Skip to content

Commit cdabb98

Browse files
authored
Update CHANGELOG.md
Added v1.1.0 release information
1 parent d6f63e2 commit cdabb98

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
10+
### Fixed
811

912
### Security
10-
* Bump org.springframework.boot to 3.1.1
11-
* Bump io.freefair.lombok to 8.1.0
12-
* Bump io.freefair.maven-publish-java to 8.1.0
13-
* Bump org.owasp.dependencycheck to 8.3.1
14-
* Bump edu.kit.datamanager:service-base to 1.2.0
15-
* Bump jacoco to 0.8.10
1613

1714
### Changed
1815

16+
### Deprecated
17+
18+
### Removed
19+
20+
## [1.1.0] - 2023-12-08
1921
### Added
2022
* Added port, username, and password properties by @ThomasJejkal in https://github.com/kit-data-manager/generic-message-consumer/pull/16
2123

2224
### Fixed
2325
* Added NPE check for receiver properties if not configured
2426

25-
### Deprecated
26-
27-
### Removed
27+
### Security
28+
* Bump org.springframework.boot to 3.1.1
29+
* Bump io.freefair.lombok to 8.1.0
30+
* Bump io.freefair.maven-publish-java to 8.1.0
31+
* Bump org.owasp.dependencycheck to 8.3.1
32+
* Bump edu.kit.datamanager:service-base to 1.2.0
33+
* Bump jacoco to 0.8.10
2834

2935
## [1.0.0] - 2023-01-11
3036
### Added

0 commit comments

Comments
 (0)