diff --git a/CHANGELOG.md b/CHANGELOG.md index 27150be..6b2c094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2021-10-26 + +### Fixed + +- Wrong `.git` folder when using `path` parameter + ## [1.1.0] - 2021-10-02 ### Added @@ -43,7 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.3...v1.1.0 [1.0.3]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.0...v1.0.1