Skip to content

Commit 82dfaea

Browse files
author
GitHub Release Bot
committed
Release 1.3.1
1 parent 1fccc01 commit 82dfaea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and adheres to a project-specific [Versioning](/README.md).
77

88
## [Unreleased]
99

10+
## [1.3.1] - 2024-03-12
11+
1012
### Fixed
1113

1214
- Fixed an issue where the `GoogleSecret:SecretName:SecretVersion` syntax was not working as expected. Instead of using a starts with comparison, the code now uses a regular expression to match the secret name and version.
@@ -30,7 +32,8 @@ Added support for the `{GoogleSecret:SecretName:SecretVersion}` syntax to overri
3032

3133
- Changelog
3234

33-
[unreleased]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.3.0...HEAD
35+
[unreleased]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.3.1...HEAD
36+
[1.3.1]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.3.0...1.3.1
3437
[1.3.0]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.2.0...1.3.0
3538
[1.2.0]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.1.9...1.2.0
3639
[1.1.9]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.1.7...1.1.9

0 commit comments

Comments
 (0)