File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- Nothing yet
11
11
12
+ ## [ 1.2.2] - 2024-03-05
13
+
14
+ ### Fixed
15
+
16
+ - Add extra CORS headers to fix ECCP key request
17
+
12
18
## [ 1.2.1] - 2024-03-04
13
19
14
20
### Fixed
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
12
12
)
13
13
14
14
var (
15
- commitVersion string = "v1.2.1 " // Should be updated during build
16
- commitDate string = "1709584401 " // commitDate in Epoch seconds (can be filled/updated in during build)
15
+ commitVersion string = "v1.2.2 " // Should be updated during build
16
+ commitDate string = "1709624124 " // commitDate in Epoch seconds (can be filled/updated in during build)
17
17
)
18
18
19
19
// GetVersion - get version, commitHash and commitDate depending on what is inserted
You can’t perform that action at this time.
0 commit comments