diff --git a/CHANGELOG.md b/CHANGELOG.md index 3408ab8..8309947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.7.0 (Mon Dec 30 2024) + +#### 🚀 New Feature + +- Adds `stack sync` command [#166](https://github.com/geofflamrock/stack/pull/166) ([@geofflamrock](https://github.com/geofflamrock)) +- Adds `--push` option when creating new branches [#165](https://github.com/geofflamrock/stack/pull/165) ([@geofflamrock](https://github.com/geofflamrock)) +- Adds `stack push` command [#164](https://github.com/geofflamrock/stack/pull/164) ([@geofflamrock](https://github.com/geofflamrock)) +- Adds `stack pull` command [#160](https://github.com/geofflamrock/stack/pull/160) ([@geofflamrock](https://github.com/geofflamrock)) +- Show local status by default in `stack status` command [#159](https://github.com/geofflamrock/stack/pull/159) ([@geofflamrock](https://github.com/geofflamrock)) + +#### Authors: 1 + +- Geoff Lamrock ([@geofflamrock](https://github.com/geofflamrock)) + +--- + # v0.6.1 (Fri Dec 27 2024) #### 🐛 Bug Fix