diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f75fd82..6895339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [1.1.0](https://github.com/phi-ag/mta-sts-exporter/compare/v1.0.0...v1.1.0) (2024-02-16) + + +### Features + +* configurable json logging ([dcdcb6e](https://github.com/phi-ag/mta-sts-exporter/commit/dcdcb6e53855fe893c862b0eeb432cb88a604e27)) +* configurable report path ([1a59e21](https://github.com/phi-ag/mta-sts-exporter/commit/1a59e21d199d6eb804919e85a2962e7e68716c91)) + + +### Bug Fixes + +* added image labels ([f17d5e0](https://github.com/phi-ag/mta-sts-exporter/commit/f17d5e086a02f5edd76d7dbae8d64697417ec0ab)) +* fix release action ([ee174b1](https://github.com/phi-ag/mta-sts-exporter/commit/ee174b140b0b5112109324b8ea00018eb2251b12)) +* fix release action ([4796118](https://github.com/phi-ag/mta-sts-exporter/commit/479611813c7cfe696442e6582d0bd6948e157bc3)) +* login to dockerhub ([78692de](https://github.com/phi-ag/mta-sts-exporter/commit/78692deb28facdc196dd691f78013b7f17322b64)) +* shared setup go action ([4f3dcc3](https://github.com/phi-ag/mta-sts-exporter/commit/4f3dcc34daf335a602c9e39addeb5e005aacfd5b)) + + +### Miscellaneous Chores + +* **deps:** pin docker/login-action action to 343f7c4 ([5a26d3f](https://github.com/phi-ag/mta-sts-exporter/commit/5a26d3fb0eb9c009ee312c509cd1890f4bf5702d)) +* **main:** release 1.0.1 ([9196b54](https://github.com/phi-ag/mta-sts-exporter/commit/9196b54b524869301aa0088bfd8848d168259db4)) +* **main:** release 1.0.2 ([43c840f](https://github.com/phi-ag/mta-sts-exporter/commit/43c840fb13a9b1ebb9ff21b337639bd01ca8eebc)) +* **main:** release 1.0.3 ([b1fa859](https://github.com/phi-ag/mta-sts-exporter/commit/b1fa8593b139b9d2080aee21a280e2752f7d1739)) +* **main:** release 1.0.4 ([2b7849e](https://github.com/phi-ag/mta-sts-exporter/commit/2b7849e9f9011cdbdb6c9cf6bfe3a73dca944e74)) +* **main:** release 1.0.5 ([58db23f](https://github.com/phi-ag/mta-sts-exporter/commit/58db23f2145523825e320ae75a813653167f8add)) + + +### Code Refactoring + +* **config:** refactored config ([1a52b73](https://github.com/phi-ag/mta-sts-exporter/commit/1a52b73002b8dc93e1cc732a06f554bf1e176bc3)) +* save to file ([9b66f01](https://github.com/phi-ag/mta-sts-exporter/commit/9b66f0111031300c000b487984967ccd85bb51ed)) + + +### Continuous Integration + +* added release-please config and fixed release type ([d4391a0](https://github.com/phi-ag/mta-sts-exporter/commit/d4391a0542d1c2411477ceb4e695a4bbb2063507)) + ## [1.0.5](https://github.com/phi-ag/mta-sts-exporter/compare/v1.0.4...v1.0.5) (2024-02-16)