Skip to content

Commit

Permalink
Prepare v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert committed Jan 11, 2022
1 parent 4044255 commit f447e33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ 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).

## [Unreleased]
## [1.4.0] - 2022-01-11

- Collect and expose JMX metrics from OPA authorizer ([@quangminhtran94](https://github.com/quangminhtran94))

### Changes

## [1.3.0] - 2021-11-24

### Changes

- Fix issue where unimplemented `acls` method of authorizer would be called under certain conditions (@iamatwork)
- Fix issue where unimplemented `acls` method of authorizer would be called under certain conditions ([@iamatwork](https://github.com/@iamatwork))
- Change package group from com.bisnode.kafka.authorization to org.openpolicyagent.kafka

## [1.2.0] - 2021-10-12
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'org.openpolicyagent.kafka'
version '1.3.0'
version '1.4.0'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -65,7 +65,7 @@ publishing {
mavenJava(MavenPublication) {
groupId ='org.openpolicyagent.kafka'
artifactId = 'opa-authorizer'
version = '1.3.0'
version = '1.4.0'

from components.java

Expand Down

0 comments on commit f447e33

Please sign in to comment.