diff --git a/CHANGELOG.md b/HISTORY.md similarity index 80% rename from CHANGELOG.md rename to HISTORY.md index b1ff465c..430800c8 100644 --- a/CHANGELOG.md +++ b/HISTORY.md @@ -1,5 +1,18 @@ # CHANGELOG +## v2.6.0 + +* Allow python-ulid 2.x on Python 3.9 and later by @musicinmybrain in +* Do not pin the ”major” version of pycountry by @musicinmybrain in +* πŸ€– Create dependabot.yml for updating GitHub action by @yezz123 in +* :memo: Refactor Documentation for ISBN and MAC address modules by @yezz123 in +* Add language code definitions and test by @07pepa in +* :memo: Create a `changelog` to match release notes by @yezz123 in +* Add currency code ISO 4217 and its subset that includes only currencies by @07pepa in +* πŸ”¨ Update code formatting and linting configurations by @yezz123 in +* πŸ‘· Add Python checking for dependencies by @yezz123 in +* πŸ› fix single quote issue by @yezz123 in + ## v2.5.0 * Add Pendulum DT support by @theunkn0wn1 in diff --git a/pydantic_extra_types/__init__.py b/pydantic_extra_types/__init__.py index e59b17b4..f0e5e1ea 100644 --- a/pydantic_extra_types/__init__.py +++ b/pydantic_extra_types/__init__.py @@ -1 +1 @@ -__version__ = '2.5.0' +__version__ = '2.6.0'