diff --git a/CHANGELOG.md b/CHANGELOG.md index 978f962a..71cc48f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog: +# v0.1.7 + +* Fixed `--namespaced` bootstrap +* fix typo in auth error message +* Support for directory type application +* Renamed the binary archive from just .gz zo .tar.gz + # v0.1.6 * new logo! * updated docs diff --git a/Makefile b/Makefile index 8036b92f..42693250 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.1.6 +VERSION=v0.1.7 OUT_DIR=dist CLI_NAME?=argocd-autopilot diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index d3fe4993..069a2383 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,6 +1,20 @@ -## Changes: -* fixed `--namespaced` bootstrap -* implemented [#59](https://github.com/argoproj-labs/argocd-autopilot/issues/59) +### 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) + +### Additional changes + +* Renamed the binary archive from just .gz zo .tar.gz [#62](https://github.com/argoproj-labs/argocd-autopilot/pull/62) + +### Contributors: + +- Engin Diri ([@dirien](https://github.com/dirien)) +- Christopher Baklid ([@inveracity](https://github.com/inveracity)) ## Installation: