diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fc96bb24476554365758f63a98492bfedc8025_Q0hBTkdFTE9HLm1k..951a8944055fc772a125d09c9bf9f8a3c2fa2e5f_Q0hBTkdFTE9HLm1k 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Version 0.12.0 (2024-01-25) +### 👷 Bug fixes + +- remove CSRF header restriction on get routes + +### 📠Documentation + +- licence: update licence dates + ## Version 0.11.0 (2023-12-15) ### 🎉 New features diff --git a/cubicweb_api/__pkginfo__.py b/cubicweb_api/__pkginfo__.py index 49fc96bb24476554365758f63a98492bfedc8025_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5..951a8944055fc772a125d09c9bf9f8a3c2fa2e5f_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5 100644 --- a/cubicweb_api/__pkginfo__.py +++ b/cubicweb_api/__pkginfo__.py @@ -20,7 +20,7 @@ modname = "cubicweb_api" distname = "cubicweb-api" -numversion = (0, 11, 0) +numversion = (0, 12, 0) version = ".".join(str(num) for num in numversion) license = "LGPL"