Skip to content

Commit

Permalink
Update CHANGELOG for v0.2.11 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
chacha912 authored Jul 14, 2022
1 parent 6e20b35 commit 33c4a62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.2.11] - 2022-07-14

### Added

- Apply gRPC error details to update project api: #354
- Implement pagination flags to history command: #360

## [0.2.10] - 2022-07-06

### Added
Expand Down Expand Up @@ -360,6 +367,5 @@ First public release

### Deprecated

[Unreleased]: https://github.com/yorkie-team/yorkie/compare/v0.1.0...HEAD

[0.1.0]: https://github.com/yorkie-team/yorkie/releases/tag/v0.1.0#
[unreleased]: https://github.com/yorkie-team/yorkie/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/yorkie-team/yorkie/releases/tag/v0.1.0#
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.10
YORKIE_VERSION := 0.2.11

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

0 comments on commit 33c4a62

Please sign in to comment.