Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
v0.62.2 release (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel 脕ngel Ortu帽o <ortuman@gmail.com>
  • Loading branch information
ortuman committed Sep 23, 2022
1 parent 0e3acde commit 2bd1b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## jackal - main / unreleased

##0.62.1 (2022/09/22)
## 0.62.2 (2022/09/23)

* [BUGFIX] storage/archive: fix timestamp precision [#254](https://github.com/ortuman/jackal/pull/254)
* [BUGFIX] storage/archive: fix timestamp range filtering [#254](https://github.com/ortuman/jackal/pull/254), [#257](https://github.com/ortuman/jackal/pull/257)

## 0.62.0 (2022/09/13)

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Version represents application version.
var Version = NewVersion(0, 62, 1)
var Version = NewVersion(0, 62, 2)

// APIVersion represents admin API version.
var APIVersion = NewVersion(1, 0, 0)
Expand Down

0 comments on commit 2bd1b56

Please sign in to comment.