Skip to content

Commit a71dc76

Browse files
committed
Updated CHANGELOG for v1.2.0, reverted previous tagging
1 parent 7250705 commit a71dc76

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Security
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## [1.2.0] - 2022-08-04
19+
### Security
920
- Update to h2 2.1.214:
1021
- Please migrate your database if you want to update base-repo while using h2!
1122
See: https://h2database.com/html/migration-to-v2.html
@@ -70,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7081
### Security
7182
- none
7283

73-
[Unreleased]: https://github.com/kit-data-manager/base-repo/compare/v1.1.0...HEAD
84+
[Unreleased]: https://github.com/kit-data-manager/base-repo/compare/v1.2.0...HEAD
85+
[1.2.0]: https://github.com/kit-data-manager/base-repo/compare/v1.1.0...v1.2.0
7486
[1.1.0]: https://github.com/kit-data-manager/base-repo/compare/v1.0...v1.1.0
7587
[1.0]: https://github.com/kit-data-manager/base-repo/compare/v0.0.1...v1.0
7688
[0.0.1]: https://github.com/kit-data-manager/base-repo/releases/tag/v0.0.1

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
22

3-
version=1.2.1-SNAPSHOT
3+
version=1.2.0-SNAPSHOT
44
action.custom-1=allTests
55
action.custom-1.args=--configure-on-demand -w -x check
66
action.custom-2=release

0 commit comments

Comments
 (0)