diff --git a/CHANGELOG.md b/CHANGELOG.md index b154cb2..3304ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# [0.7.0](https://github.com/bcgov/nr-backend-starting-api/compare/v0.6.2...v0.7.0) (2022-12-12) +# [0.8.0](https://github.com/bcgov/nr-backend-starting-api/compare/v0.7.0...v0.8.0) (2022-12-15) ### Features * **ci:** update to use jdk instead of jre ([83259f4](https://github.com/bcgov/nr-backend-starting-api/commit/83259f4239068803b88de37f3b54efacb0c7fd50)) +* grab secrets from Vault ([#52](https://github.com/bcgov/nr-backend-starting-api/issues/52)) ([4524612](https://github.com/bcgov/nr-backend-starting-api/commit/4524612abb9efd9613e423820567a19a01c58ee9)) * **hikari:** adding hikari configuration ([4390888](https://github.com/bcgov/nr-backend-starting-api/commit/4390888b3e8b92187741b54f2cc259642624b19c)) @@ -32,7 +33,3 @@ -## [0.5.2](https://github.com/bcgov/nr-backend-starting-api/compare/v0.5.1...v0.5.2) (2022-11-08) - - - diff --git a/pom.xml b/pom.xml index 78aed9c..b5640e7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ ca.bc.gov backend-start-api - 0.7.0 + 0.8.0 backend-start-api Starting backend API project