Skip to content

Commit

Permalink
Merge branch 'main' of github.com:operatr-io/streams-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jun 24, 2021
2 parents 534f630 + 3066339 commit bdbd4ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.2] - 2021-24-06
### Changed
- Underlying `StreamsRegistry` thread pool constructed with a thread factory. Improves thread names and logging.

## [0.2.1] - 2021-24-06
### Fixed
- Fixed formatting of logging statement
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kPow's streams agent can be found on Maven:
<dependency>
<groupId>io.operatr</groupId>
<artifactId>kpow-streams-agent</artifactId>
<version>0.2.0</version>
<version>0.2.2</version>
<type>bundle</type>
</dependency>
```
Expand Down

0 comments on commit bdbd4ba

Please sign in to comment.