Skip to content

Commit dcc39e0

Browse files
Release 1.0.0-RC.0
1 parent 5d47c2f commit dcc39e0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.0-RC.0](https://github.com/zalando-stups/baigan-config/tree/1.0.0-RC.0) (2024-01-09)
4+
5+
[Full Changelog](https://github.com/zalando-stups/baigan-config/compare/0.22.1...1.0.0-RC.0)
6+
7+
**Closed issues:**
8+
9+
- Drop support for etcd [\#92](https://github.com/zalando-stups/baigan-config/issues/92)
10+
- Update README with updated prerequisites [\#90](https://github.com/zalando-stups/baigan-config/issues/90)
11+
- Add support for Spring6/SpringBoot3 [\#75](https://github.com/zalando-stups/baigan-config/issues/75)
12+
- Add true E2E test [\#73](https://github.com/zalando-stups/baigan-config/issues/73)
13+
14+
**Merged pull requests:**
15+
16+
- Spring 6 and 5 compatibility [\#99](https://github.com/zalando-stups/baigan-config/pull/99) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
17+
- Remove unused jackson modules [\#98](https://github.com/zalando-stups/baigan-config/pull/98) ([yuppie-flu](https://github.com/yuppie-flu))
18+
- Remove JUnit4, use testcontainers bom [\#97](https://github.com/zalando-stups/baigan-config/pull/97) ([yuppie-flu](https://github.com/yuppie-flu))
19+
- Fix check for primitive return types [\#96](https://github.com/zalando-stups/baigan-config/pull/96) ([yuppie-flu](https://github.com/yuppie-flu))
20+
- Fix code formatting in README [\#95](https://github.com/zalando-stups/baigan-config/pull/95) ([yuppie-flu](https://github.com/yuppie-flu))
21+
- Remove unused git client dependency [\#94](https://github.com/zalando-stups/baigan-config/pull/94) ([yuppie-flu](https://github.com/yuppie-flu))
22+
- Removed etcd repository [\#93](https://github.com/zalando-stups/baigan-config/pull/93) ([tobr](https://github.com/tobr))
23+
- Updated readme with Java 11 [\#91](https://github.com/zalando-stups/baigan-config/pull/91) ([rameshmalla](https://github.com/rameshmalla))
24+
- Type-safe package scan for ConfigurationServiceScan [\#89](https://github.com/zalando-stups/baigan-config/pull/89) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
25+
326
## [0.22.1](https://github.com/zalando-stups/baigan-config/tree/0.22.1) (2023-11-28)
427

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

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>1.0.0-RC.0</version>
77
<packaging>jar</packaging>
88

99
<name>baigan-config</name>

0 commit comments

Comments
 (0)