diff --git a/CHANGELOG.md b/CHANGELOG.md index b7eb1b61..49331b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v2.0.0 (2024-03-27) + +### Feature + +* Algokit-cli v2 ([#462](https://github.com/algorandfoundation/algokit-cli/issues/462)) ([`182c449`](https://github.com/algorandfoundation/algokit-cli/commit/182c449544e4a23e17919e9629dfdc5ddbf399a5)) +* LocalNet should run as an archival node so that you can access all blocks (useful for testing) ([#461](https://github.com/algorandfoundation/algokit-cli/issues/461)) ([`794cccc`](https://github.com/algorandfoundation/algokit-cli/commit/794cccce2bb4aeccfe56813af754406b87ba5112)) + +### Breaking + +* 2.0 release ([`182c449`](https://github.com/algorandfoundation/algokit-cli/commit/182c449544e4a23e17919e9629dfdc5ddbf399a5)) + ## v1.13.1 (2024-03-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index cbc5dfa7..9b2743e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit" -version = "1.13.1" +version = "2.0.0" description = "Algorand development kit command-line interface" authors = ["Algorand Foundation "] license = "MIT"