Skip to content

Commit

Permalink
update changelog and version in preperation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Apr 10, 2024
1 parent bee4e67 commit fbe6af4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [0.2.12] - 2024-04-10
### Changed
- Bump dependencies, fix CVE-2024-22871

## [0.2.11] - 2022-05-27
### Changed
- Add `compression.type` to allowed Producer properties
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Include the agent as a dependency in your Kafka Streams application.
<dependency>
<groupId>io.operatr</groupId>
<artifactId>kpow-streams-agent</artifactId>
<version>0.2.11</version>
<version>0.2.12</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.operatr/kpow-streams-agent "0.2.11"
(defproject io.operatr/kpow-streams-agent "0.2.12"
:description "kPow's Kafka Streams monitoring agent"
:url "https://github.com/operatr-io/kpow-streams-agent"
:license {:name "Apache-2.0 License"
Expand Down

0 comments on commit fbe6af4

Please sign in to comment.