Skip to content

Commit 95d4909

Browse files
Release 0.22.1
1 parent 5a0d648 commit 95d4909

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.22.1](https://github.com/zalando-stups/baigan-config/tree/0.22.1) (2023-11-28)
4+
5+
[Full Changelog](https://github.com/zalando-stups/baigan-config/compare/0.22.0...0.22.1)
6+
7+
**Merged pull requests:**
8+
9+
- specify refresh interval as duration [\#88](https://github.com/zalando-stups/baigan-config/pull/88) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
10+
- improve logging in S3ConfigurationRepository [\#87](https://github.com/zalando-stups/baigan-config/pull/87) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
11+
- generate javadoc during build [\#86](https://github.com/zalando-stups/baigan-config/pull/86) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
12+
313
## [0.22.0](https://github.com/zalando-stups/baigan-config/tree/0.22.0) (2023-11-27)
414

515
[Full Changelog](https://github.com/zalando-stups/baigan-config/compare/0.21.0...0.22.0)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.zalando</groupId>
55
<artifactId>baigan-config</artifactId>
6-
<version>0.23.0-SNAPSHOT</version>
6+
<version>0.22.1</version>
77
<packaging>jar</packaging>
88

99
<name>baigan-config</name>

0 commit comments

Comments
 (0)