diff --git a/CHANGELOG.md b/CHANGELOG.md index 9434927..eadd551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0](https://github.com/swazza/express-gp/compare/v1.0.0...v1.1.0) (2024-06-19) + + +### Features + +* added docker container related files ([#8](https://github.com/swazza/express-gp/issues/8)) ([df20f8b](https://github.com/swazza/express-gp/commit/df20f8b1591ec3ddbdddc809b2df5b3905c2a655)) +* added prettier code formatter ([#4](https://github.com/swazza/express-gp/issues/4)) ([5a4c73e](https://github.com/swazza/express-gp/commit/5a4c73e3a580f788274f8ebf81b46fc266980504)) +* bake git commit hash into image ([#16](https://github.com/swazza/express-gp/issues/16)) ([b215ed1](https://github.com/swazza/express-gp/commit/b215ed139fc32d502d909b9d476bf42c44eea9b8)) +* enable dependabot version updates ([#6](https://github.com/swazza/express-gp/issues/6)) ([4caa487](https://github.com/swazza/express-gp/commit/4caa4874cbeeb33d8d3601fddd8074f346bb48f7)) +* enabled testing as part of local dev & ci workflow ([#7](https://github.com/swazza/express-gp/issues/7)) ([918b87c](https://github.com/swazza/express-gp/commit/918b87c10d2e3b34ab11991e78a11e7b9973ff6f)) +* Setup o11y ([#18](https://github.com/swazza/express-gp/issues/18)) ([d3aa69b](https://github.com/swazza/express-gp/commit/d3aa69bffc6d61455653c0a360a66762c7d97efc)) + + +### Bug Fixes + +* not sending tags & labels ([#13](https://github.com/swazza/express-gp/issues/13)) ([7001be2](https://github.com/swazza/express-gp/commit/7001be2baf42a1466ca87af2186ca663264924d1)) +* updated syntax error on how build args are being set ([#17](https://github.com/swazza/express-gp/issues/17)) ([4fb96f9](https://github.com/swazza/express-gp/commit/4fb96f969a7fcb211fd26aa9baa6247a3e3ccf6d)) +* use vars to access variables instead of env in the workflow ([#12](https://github.com/swazza/express-gp/issues/12)) ([ca58ffe](https://github.com/swazza/express-gp/commit/ca58ffeac112c55ab98a03b9c5b493a4ca94bedb)) + ## 1.0.0 (2024-06-04) ### Features