Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.13 (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Jan 19, 2024
1 parent 8def590 commit 57866e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
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.4.13] - 2024-01-19

### Added
* Add API for Retrieving All Documents by @raararaara in https://github.com/yorkie-team/yorkie/pull/755
* Introduce object creation interface with initial values by @highcloud100 in https://github.com/yorkie-team/yorkie/pull/756
* Implement Tree.RemoveStyle by @justiceHui in https://github.com/yorkie-team/yorkie/pull/748

### Fixed
* Fix RHT.Remove and Add test code by @justiceHui in https://github.com/yorkie-team/yorkie/pull/752
* FIx Finding Housekeeping Candidates and Modify Housekeeping Structure by @devleejb in https://github.com/yorkie-team/yorkie/pull/749
* Add concurrent editing test cases in Tree by @sejongk in https://github.com/yorkie-team/yorkie/pull/751

## [0.4.12] - 2024-01-05

### Changed
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.4.12
YORKIE_VERSION := 0.4.13

GO_PROJECT = github.com/yorkie-team/yorkie

Expand Down
4 changes: 2 additions & 2 deletions build/charts/yorkie-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ maintainers:

sources:
- https://github.com/yorkie-team/yorkie
version: 0.4.12
appVersion: "0.4.12"
version: 0.4.13
appVersion: "0.4.13"
kubeVersion: ">=1.23.0-0"

keywords:
Expand Down

0 comments on commit 57866e8

Please sign in to comment.