diff --git a/CHANGELOG.md b/CHANGELOG.md index e0becc2..b1a5a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2024-09-23 + ### Added Added support for the `{GoogleSecret:SecretName:SecretVersion}` syntax. The `SecretVersion` is optional and defaults to `latest`. This allows for a more flexible way to access secrets so not all `config.{environment}.json` files need to load the same secrets. @@ -54,7 +56,8 @@ Added support for the `{GoogleSecret:SecretName:SecretVersion}` syntax. The `Sec - added project setup -[unreleased]: https://github.com/neolution-ch/next-with-google-secrets/compare/0.2.1...HEAD +[unreleased]: https://github.com/neolution-ch/next-with-google-secrets/compare/0.3.0...HEAD +[0.3.0]: https://github.com/neolution-ch/next-with-google-secrets/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/neolution-ch/next-with-google-secrets/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/neolution-ch/next-with-google-secrets/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/neolution-ch/next-with-google-secrets/compare/0.0.1...0.1.0 diff --git a/package.json b/package.json index ddfed3f..9d5f49c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neolution-ch/next-with-google-secrets", - "version": "0.2.1", + "version": "0.3.0", "description": "overrides mapped config-keys with the value from gcp secrets ", "homepage": "https://neolution-ch.github.io/next-with-google-secrets", "repository": {