Commit a71dc76 1 parent 7250705 commit a71dc76 Copy full SHA for a71dc76
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
### Security
9
+
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ### Removed
17
+
18
+ ## [ 1.2.0] - 2022-08-04
19
+ ### Security
9
20
- Update to h2 2.1.214:
10
21
- Please migrate your database if you want to update base-repo while using h2!
11
22
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
70
81
### Security
71
82
- none
72
83
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
74
86
[ 1.1.0 ] : https://github.com/kit-data-manager/base-repo/compare/v1.0...v1.1.0
75
87
[ 1.0 ] : https://github.com/kit-data-manager/base-repo/compare/v0.0.1...v1.0
76
88
[ 0.0.1 ] : https://github.com/kit-data-manager/base-repo/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 1
1
systemProp.jdk.tls.client.protocols =" TLSv1,TLSv1.1,TLSv1.2"
2
2
3
- version =1.2.1 -SNAPSHOT
3
+ version =1.2.0 -SNAPSHOT
4
4
action.custom-1 =allTests
5
5
action.custom-1.args =--configure-on-demand -w -x check
6
6
action.custom-2 =release
You can’t perform that action at this time.
0 commit comments