diff --git a/changelog.adoc b/changelog.adoc index a24e9ea..9b1ecc6 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -1,14 +1,13 @@ == Changelog -=== Unreleased - -==== v2.0.0 (2024-10-??) +=== Released -TBD +==== v2.0.101 (2024-11-02) ---- +**BREAKING CHANGES**: -=== Released +- In version 2, the API has undergone a complete redesign in order to improve performance and make the API more user-friendly +- The previous version of the library is stored in the `v1` branch ==== v1.0.67 (2022-05-16) diff --git a/version.tmpl b/version.tmpl index 33debeb..fdc36e0 100644 --- a/version.tmpl +++ b/version.tmpl @@ -1 +1 @@ -2.0.{{ git-count-revs }}-SNAPSHOT +2.0.{{ git-count-revs }}