diff --git a/CHANGELOG.md b/CHANGELOG.md index ab31d4ffc..bfc32e700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.2.12] - 2022-07-20 + +### Fixed + +- Fix incorrect index for nodes newly created then concurrently removed: #364 + ## [0.2.11] - 2022-07-14 ### Added diff --git a/Makefile b/Makefile index da02967b4..aa3b01824 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.2.11 +YORKIE_VERSION := 0.2.12 GIT_COMMIT := $(shell /usr/bin/git rev-parse --short HEAD) GO_PROJECT = github.com/yorkie-team/yorkie