Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Release Bot committed Sep 23, 2024
1 parent fff631c commit 6ae9f74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6ae9f74

Please sign in to comment.