Skip to content

Commit

Permalink
Merge pull request #169 from Dash-Industry-Forum/v1.2.2
Browse files Browse the repository at this point in the history
doc: v1.2.2
  • Loading branch information
tobbee authored Mar 5, 2024
2 parents 0473eac + df520a4 commit 830afd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 830afd2

Please sign in to comment.