diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9b46c..02476a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 1.1.0 (2022-07-26) + +### Breaking Changes +* Moving store_path to only the store action + +Note: I know I said this shouldn't happen again but I couldn't help myself. This time....for sure. + +### Features +* Allow for short -s for --store-path + +### Documentation +* Add Quick Reference section + +### Tests +* Updating tests to support moving store_path to store action + + ## 1.0.2 (2022-07-17) ### Added diff --git a/pyproject.toml b/pyproject.toml index 39d23b2..84845e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "transpose" -version = "1.0.2" +version = "1.1.0" description = "Move and symlink a path" authors = ["Ryan Reed"] license = "GPLv3"