Skip to content

Commit 4273c5f

Browse files
committed
chore(release): 1.1.1
1 parent 3d946db commit 4273c5f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## 1.1.1 (2025-01-22)
6+
7+
### Bug Fixes
8+
9+
* search query case sensitivity ([#108](https://github.com/tnc1997/azure-app-configuration-emulator/issues/108)) ([3d946db](https://github.com/tnc1997/azure-app-configuration-emulator/commit/3d946db8f4ad771d82d152f96036eeb0c01083b7))
10+
511
## 1.1.0 (2024-12-03)
612

713
### Features

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Emulator for Azure App Configuration"
2-
#define MyAppVersion "1.1.0"
2+
#define MyAppVersion "1.1.1"
33
#define MyAppPublisher "Thomas Clark"
44
#define MyAppURL "https://azureappconfigurationemulator.thomasclark.app"
55
#define MyAppExeName "AzureAppConfigurationEmulator.exe"

src/AzureAppConfigurationEmulator/AzureAppConfigurationEmulator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
8-
<Version>1.1.0</Version>
8+
<Version>1.1.1</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)