Skip to content

Commit 830afd2

Browse files
authored
Merge pull request #169 from Dash-Industry-Forum/v1.2.2
doc: v1.2.2
2 parents 0473eac + df520a4 commit 830afd2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

1010
- Nothing yet
1111

12+
## [1.2.2] - 2024-03-05
13+
14+
### Fixed
15+
16+
- Add extra CORS headers to fix ECCP key request
17+
1218
## [1.2.1] - 2024-03-04
1319

1420
### Fixed

internal/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
)
1313

1414
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)
1717
)
1818

1919
// GetVersion - get version, commitHash and commitDate depending on what is inserted

0 commit comments

Comments
 (0)