diff --git a/CHANGELOG.md b/CHANGELOG.md index 646b831..e2cc8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.0.0 (2023-11-01) + + + ## v2.0.0-beta.8 (2023-11-01) ### Feature diff --git a/src/typedal/__about__.py b/src/typedal/__about__.py index 4d4ae6a..385d48d 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.0.0-beta.8" +__version__ = "2.0.0"