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

v0.58.0 release #216

Merged
merged 1 commit into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## jackal - main / unreleased

## 0.58.0 (2022/03/04)

* [FEATURE] Added BoltDB repository type. [#198](https://github.com/ortuman/jackal/pull/212)

## 0.57.0 (2022/02/12)
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, 57, 0)
var Version = NewVersion(0, 58, 0)

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