diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c39867..3e9dacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,24 @@ ## [Unreleased] -### Fixed +## [0.5.0] - 2023-05-30 -- Ignore additional JSON fields the OPA server is sending. This can e.g. be the cause when OPA decision logs are enabled ([#74]). +### Added + +- Added support for Druid `26.0.0` ([#75]). ### Changed - Changed build system to Maven ([#61]). - Changed module prefix from `de` to `tech` ([#61]). +### Fixed + +- Ignore additional JSON fields the OPA server is sending. This can e.g. be the cause when OPA decision logs are enabled ([#74]). + [#61]: https://github.com/stackabletech/druid-opa-authorizer/pull/61 [#74]: https://github.com/stackabletech/druid-opa-authorizer/pull/74 +[#75]: https://github.com/stackabletech/druid-opa-authorizer/pull/75 ## [0.3.0] - 2022-10-13 diff --git a/pom.xml b/pom.xml index 1b048b9..d178692 100644 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,12 @@ tech.stackable druid-opa-authorizer - 0.4.0 + 0.5.0 UTF-8 + 26.0.0 + 2.13.3 @@ -21,20 +23,20 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + ${jackson.version} compile org.apache.druid - druid-core - 24.0.0 + druid-processing + ${druid.version} provided org.apache.druid druid-server - 24.0.0 + ${druid.version} provided