diff --git a/CHANGELOG.md b/CHANGELOG.md index c4120a3..85c3fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,21 @@ +## v3.0.0 (2024-02-03) + +### Breaking + +* feat!: This is the final release for milestone 4 + +feat!: This is the final release for milestone 4 ([`e20b818`](https://github.com/UBC-MDS/TidyverseToPandas/commit/e20b818311aee4bb3073565a173a1ba69d865fa2)) + + ## v2.0.0 (2024-02-03) ### Breaking +* feat!: This is the final release for milestone 4 ([`53e5127`](https://github.com/UBC-MDS/TidyverseToPandas/commit/53e5127b87c9ab63032028dc8d09a605f5caffec)) + * feat!: Prep for the final release feat!: Prep for the final release ([`6d16f3e`](https://github.com/UBC-MDS/TidyverseToPandas/commit/6d16f3e037e4a8cca80922f00daaefaa6594593a)) diff --git a/pyproject.toml b/pyproject.toml index 9e0932d..b0d54d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidyversetopandas" -version = "2.0.0" +version = "3.0.0" description = "Common tidyverse functions for pandas!" authors = ["Thomas, Sophia, Lily, Nando"] license = "MIT"