Skip to content

Commit

Permalink
Update CHANGELOG for v0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Aug 25, 2022
1 parent d9369ff commit 109ed36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.2.17] - 2022-08-25

### Added

- Add `--backend-snapshot-with-purging-changes` flag: #370

### Fixed

- Fix history command authentication error: #397

## [0.2.16] - 2022-08-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YORKIE_VERSION := 0.2.16
YORKIE_VERSION := 0.2.17

GIT_COMMIT := $(shell /usr/bin/git rev-parse --short HEAD)
GO_PROJECT = github.com/yorkie-team/yorkie
Expand Down

0 comments on commit 109ed36

Please sign in to comment.