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

Commit

Permalink
v0.62.3 release (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ángel Ortuño <[email protected]>
  • Loading branch information
ortuman authored Sep 29, 2022
1 parent 2a4dcb3 commit 5aff589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## jackal - main / unreleased

## 0.62.3 (2022/09/29)

* [BUGFIX] s2s: overwrite stanza value on received hooks [#261](https://github.com/ortuman/jackal/pull/261)

## 0.62.2 (2022/09/23)

* [BUGFIX] storage/archive: fix timestamp range filtering [#254](https://github.com/ortuman/jackal/pull/254), [#257](https://github.com/ortuman/jackal/pull/257)
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, 2)
var Version = NewVersion(0, 62, 3)

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

0 comments on commit 5aff589

Please sign in to comment.