diff --git a/CHANGELOG.md b/CHANGELOG.md index 71cc48f4..4fa1fa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog: +# v0.1.8 + +* Fix -p option in README.md +* renamed module from `argoproj/argocd-autopilot` to `argoproj-labs/argocd-autopilot` # v0.1.7 * Fixed `--namespaced` bootstrap diff --git a/Makefile b/Makefile index 42693250..1ef98c55 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.1.7 +VERSION=v0.1.8 OUT_DIR=dist CLI_NAME?=argocd-autopilot diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 069a2383..11b59665 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,20 +1,15 @@ ### Bug fixes: -* Fixed `--namespaced` bootstrap [#61](https://github.com/argoproj-labs/argocd-autopilot/pull/61) -* fix typo in auth error message [#60](https://github.com/argoproj-labs/argocd-autopilot/pull/60) - -### Features: - -* Support for directory type application [#59](https://github.com/argoproj-labs/argocd-autopilot/issues/59) +* Fix -p option in README.md [#66](https://github.com/argoproj-labs/argocd-autopilot/pull/66) ### Additional changes -* Renamed the binary archive from just .gz zo .tar.gz [#62](https://github.com/argoproj-labs/argocd-autopilot/pull/62) +* renamed `argoproj/argocd-autopilot` to `argoproj-labs/argocd-autopilot` [#60](https://github.com/argoproj-labs/argocd-autopilot/pull/67) ### Contributors: -- Engin Diri ([@dirien](https://github.com/dirien)) -- Christopher Baklid ([@inveracity](https://github.com/inveracity)) +- Joe Bowbeer ([@joebowbeer](https://github.com/joebowbeer)) +- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh)) ## Installation: