From 6715eb3d489f04fc646e92721469b4a628552ee0 Mon Sep 17 00:00:00 2001 From: Anders Eknert Date: Thu, 23 Apr 2020 17:15:21 +0200 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145e992..0d46d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.0] - 2020-04-23 +- Allow `super.users` to bypass OPA authorizer checks - [@scholzj](https://github.com/scholzj) +- Fix wrong unit provided in docs on cache expiry - [@kelvk](https://github.com/kelvk) + ## [0.3.0] - 2019-11-28 - Default cache size increase from 500 to 50000 based on real world usage metrics. - Don't cache decision on errors as to avoid locking a client out if actually authorized. diff --git a/build.gradle b/build.gradle index 6d46fbc..1b937c1 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.bisnode.kafka.opa' -version '0.3.0' +version '0.4.0' repositories { mavenCentral()