diff --git a/CHANGELOG.md b/CHANGELOG.md index 42fcb33..4a192f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v2.1.0 (2023-11-02) + +### Documentation + +* You need `redefine=True` when extending AuthUser ([`29c63a3`](https://github.com/trialandsuccess/TypeDAL/commit/29c63a32e4c68026b750b625265a33d0664bb873)) +* Remove 2.1 from roadmap in preparation for 2.1 release ([`202a028`](https://github.com/trialandsuccess/TypeDAL/commit/202a0285a51eb157445ef851c84ed55efcd1fb30)) +* Add a small chapter about py4web integration ([`cb838d8`](https://github.com/trialandsuccess/TypeDAL/commit/cb838d8af47f10abaea212db674bdb0520ef7e14)) +* Cleaned up changelog ([`8dad225`](https://github.com/trialandsuccess/TypeDAL/commit/8dad2251cc40ee655d984549fb887e2f09233954)) + ## v2.1.0-beta.1 (2023-11-02) ### Feature diff --git a/src/typedal/__about__.py b/src/typedal/__about__.py index 8a44028..ff1094f 100644 --- a/src/typedal/__about__.py +++ b/src/typedal/__about__.py @@ -5,4 +5,4 @@ # SPDX-FileCopyrightText: 2023-present Robin van der Noord # # SPDX-License-Identifier: MIT -__version__ = "2.1.0-beta.1" +__version__ = "2.1.0"