Skip to content

Commit

Permalink
Update CHANGELOG for 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Oct 4, 2022
1 parent 2b9b3ba commit eb8f1fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.2.19] - 2022-10-04

### Added

- Add signup validation: #407

### Fixed

- Remove unused nodeMapByCreatedAt in RHT: #408
- Remove size cache from RGATreeList and use SplayTree instead: #415
- Adjust indexes so that each user has separate project names: #418

## [0.2.18] - 2022-09-05

### 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.18
YORKIE_VERSION := 0.2.19

GO_PROJECT = github.com/yorkie-team/yorkie

Expand Down

0 comments on commit eb8f1fd

Please sign in to comment.