diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e43614fdfeeee03481418b281a661d8093f6652_Q0hBTkdFTE9HLm1k..10d35026b7587ab525b5d1c36b832df3eb0751c2_Q0hBTkdFTE9HLm1k 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.4.2 (2022-09-05) +### 👷 Bug fixes + +- deps: read_yaml_file() is in openapi-spec-validator version 0.4 but not 0.5 + ## Version 0.4.1 (2022-07-28) ### 📠Documentation diff --git a/cubicweb_api/__pkginfo__.py b/cubicweb_api/__pkginfo__.py index 3e43614fdfeeee03481418b281a661d8093f6652_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5..10d35026b7587ab525b5d1c36b832df3eb0751c2_Y3ViaWN3ZWJfYXBpL19fcGtnaW5mb19fLnB5 100644 --- a/cubicweb_api/__pkginfo__.py +++ b/cubicweb_api/__pkginfo__.py @@ -21,7 +21,7 @@ modname = "cubicweb_api" distname = "cubicweb-api" -numversion = (0, 4, 1) +numversion = (0, 4, 2) version = ".".join(str(num) for num in numversion) license = "LGPL"