diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 7454888..96f1cd9 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.5" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b79612 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.3.0](https://github.com/krystal/deploy-agent/compare/v1.2.5...v1.3.0) (2023-10-25) + + +### Features + +* add ci ([#3](https://github.com/krystal/deploy-agent/issues/3)) ([46f1dfc](https://github.com/krystal/deploy-agent/commit/46f1dfc07224d841db145f7a68a9684d08f3928a)) + + +### Miscellaneous Chores + +* add retries to openssl errors in reading ([#5](https://github.com/krystal/deploy-agent/issues/5)) ([631a16b](https://github.com/krystal/deploy-agent/commit/631a16bdc3cd8c82125b0f33124dc663dc7ae7e5))