diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c68530..136645c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- HTTP connector backoff for 10 retries on 403 from server -- `rki/mex` user agent is sent with query requests via wikidata connector - ### Changes -- changed backend api connector payload to "items" - -- update wikidata search organization request query, with optional language parameter - wikidata query search can be enhanced by specifying the language. - EN is the default language. ### Deprecated @@ -27,6 +19,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.33.0] - 2024-07-31 + +### Added + +- HTTP connector backoff for 10 retries on 403 from server +- `rki/mex` user agent is sent with query requests via wikidata connector + +### Changes +- changed backend api connector payload to "items" + +- update wikidata search organization request query, with optional language parameter + wikidata query search can be enhanced by specifying the language. + EN is the default language. + ## [0.32.0] - 2024-07-23 ### Changes diff --git a/pyproject.toml b/pyproject.toml index 6a045d1d..979365cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.32.0" +version = "0.33.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }