diff --git a/CHANGELOG.md b/CHANGELOG.md index 80840307dd82c9e5b5ad672fee839dab740306aa_Q0hBTkdFTE9HLm1k..7426fc6c9976ac1177f3d2b7f35cfb56f85d656a_Q0hBTkdFTE9HLm1k 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.13.0 (2024-02-02) +### 🎉 New features + +- add logout route + ## Version 0.12.0 (2024-01-25) ### 👷 Bug fixes diff --git a/cubicweb_api/__pkginfo__.py b/cubicweb_api/__pkginfo__.py index 80840307dd82c9e5b5ad672fee839dab740306aa_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5..7426fc6c9976ac1177f3d2b7f35cfb56f85d656a_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5 100644 --- a/cubicweb_api/__pkginfo__.py +++ b/cubicweb_api/__pkginfo__.py @@ -20,7 +20,7 @@ modname = "cubicweb_api" distname = "cubicweb-api" -numversion = (0, 12, 0) +numversion = (0, 13, 0) version = ".".join(str(num) for num in numversion) license = "LGPL"