diff --git a/CHANGELOG.md b/CHANGELOG.md index 034c41740a12ea511efedb3803dc9723e4f11716_Q0hBTkdFTE9HLm1k..1d68e2413dd579f495246c8f866c5d56d4cc7a4d_Q0hBTkdFTE9HLm1k 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.4.0 (2022-06-16) +### 🎉 New features + +- allow configuring openapi server url + ## Version 0.3.1 (2022-06-15) ### 👷 Bug fixes @@ -34,4 +39,4 @@ - improve error logging -## Version 0.1.0 (2022-04-05) +## Version 0.1.0 (2022-04-05) \ No newline at end of file diff --git a/cubicweb_api/__pkginfo__.py b/cubicweb_api/__pkginfo__.py index 034c41740a12ea511efedb3803dc9723e4f11716_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5..1d68e2413dd579f495246c8f866c5d56d4cc7a4d_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5 100644 --- a/cubicweb_api/__pkginfo__.py +++ b/cubicweb_api/__pkginfo__.py @@ -5,7 +5,7 @@ modname = "cubicweb_api" distname = "cubicweb-api" -numversion = (0, 3, 1) +numversion = (0, 4, 0) version = ".".join(str(num) for num in numversion) license = "LGPL"