diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ec5eb..905ded3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing yet +## [1.2.2] - 2024-03-05 + +### Fixed + +- Add extra CORS headers to fix ECCP key request + ## [1.2.1] - 2024-03-04 ### Fixed diff --git a/internal/version.go b/internal/version.go index ec360e6..fe58342 100644 --- a/internal/version.go +++ b/internal/version.go @@ -12,8 +12,8 @@ import ( ) var ( - commitVersion string = "v1.2.1" // Should be updated during build - commitDate string = "1709584401" // commitDate in Epoch seconds (can be filled/updated in during build) + commitVersion string = "v1.2.2" // Should be updated during build + commitDate string = "1709624124" // commitDate in Epoch seconds (can be filled/updated in during build) ) // GetVersion - get version, commitHash and commitDate depending on what is inserted