Skip to content

Commit 1344662

Browse files
Release 0.22.0
1 parent 08d2188 commit 1344662

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [0.22.0](https://github.com/zalando-stups/baigan-config/tree/0.22.0) (2023-11-27)
4+
5+
[Full Changelog](https://github.com/zalando-stups/baigan-config/compare/0.21.0...0.22.0)
6+
7+
**Merged pull requests:**
8+
9+
- Fix Javadoc Build [\#85](https://github.com/zalando-stups/baigan-config/pull/85) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
10+
- introduce RepositoryFactory and builders; refactor packages [\#84](https://github.com/zalando-stups/baigan-config/pull/84) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
11+
- Bump Testcontainers [\#83](https://github.com/zalando-stups/baigan-config/pull/83) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
12+
- end-2-end test for EtcdConfigurationRepository [\#81](https://github.com/zalando-stups/baigan-config/pull/81) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
13+
- improve test coverage [\#80](https://github.com/zalando-stups/baigan-config/pull/80) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
14+
- builder for FileSystemConfigurationRepository [\#79](https://github.com/zalando-stups/baigan-config/pull/79) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
15+
- delete GitConfigurationRepository [\#78](https://github.com/zalando-stups/baigan-config/pull/78) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
16+
- Enable structured types as config values [\#77](https://github.com/zalando-stups/baigan-config/pull/77) ([lukas-c-wilhelm](https://github.com/lukas-c-wilhelm))
17+
318
## [0.21.0](https://github.com/zalando-stups/baigan-config/tree/0.21.0) (2023-09-05)
419

520
[Full Changelog](https://github.com/zalando-stups/baigan-config/compare/0.20.0...0.21.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.22.0-SNAPSHOT</version>
6+
<version>0.22.0</version>
77
<packaging>jar</packaging>
88

99
<name>baigan-config</name>

0 commit comments

Comments
 (0)