Skip to content

Commit 57866e8

Browse files
authored
Update CHANGELOG.md for v0.4.13 (#767)
1 parent 8def590 commit 57866e8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

88
## [Unreleased]
99

10+
## [0.4.13] - 2024-01-19
11+
12+
### Added
13+
* Add API for Retrieving All Documents by @raararaara in https://github.com/yorkie-team/yorkie/pull/755
14+
* Introduce object creation interface with initial values by @highcloud100 in https://github.com/yorkie-team/yorkie/pull/756
15+
* Implement Tree.RemoveStyle by @justiceHui in https://github.com/yorkie-team/yorkie/pull/748
16+
17+
### Fixed
18+
* Fix RHT.Remove and Add test code by @justiceHui in https://github.com/yorkie-team/yorkie/pull/752
19+
* FIx Finding Housekeeping Candidates and Modify Housekeeping Structure by @devleejb in https://github.com/yorkie-team/yorkie/pull/749
20+
* Add concurrent editing test cases in Tree by @sejongk in https://github.com/yorkie-team/yorkie/pull/751
21+
1022
## [0.4.12] - 2024-01-05
1123

1224
### Changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
YORKIE_VERSION := 0.4.12
1+
YORKIE_VERSION := 0.4.13
22

33
GO_PROJECT = github.com/yorkie-team/yorkie
44

build/charts/yorkie-cluster/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ maintainers:
1111

1212
sources:
1313
- https://github.com/yorkie-team/yorkie
14-
version: 0.4.12
15-
appVersion: "0.4.12"
14+
version: 0.4.13
15+
appVersion: "0.4.13"
1616
kubeVersion: ">=1.23.0-0"
1717

1818
keywords:

0 commit comments

Comments
 (0)