diff --git a/CHANGELOG.md b/CHANGELOG.md index 568b24420..af4c79c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.0.0 (2022-03-15) +### Feature +* Upgrade from Django 2.2 to 3.2 ([#1631](https://github.com/ocadotechnology/aimmo/issues/1631)) ([`c9faa1c`](https://github.com/ocadotechnology/aimmo/commit/c9faa1c32004225f0da056c9a4bd9c133ece4282)) + +### Breaking +* Upgrade from Django 2.2 to 3.2 ([#1631](https://github.com/ocadotechnology/aimmo/issues/1631)) ([`c9faa1c`](https://github.com/ocadotechnology/aimmo/commit/c9faa1c32004225f0da056c9a4bd9c133ece4282)) + ## v1.4.11 (2022-03-01) ### Fix * Remove unused worksheet fields ([#1630](https://github.com/ocadotechnology/aimmo/issues/1630)) ([`c5c7e76`](https://github.com/ocadotechnology/aimmo/commit/c5c7e763b66e6e1e0243b39b5f48d46c6ba6cb12)) diff --git a/aimmo/__init__.py b/aimmo/__init__.py index e42b3cf42..8c0d5d5bb 100644 --- a/aimmo/__init__.py +++ b/aimmo/__init__.py @@ -1 +1 @@ -__version__ = "1.4.11" +__version__ = "2.0.0"