From aac916faf8ad7dd61958e0bfd829f20669771c1e Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Fri, 6 Oct 2023 17:06:34 +0900 Subject: [PATCH] Update CHANGELOG.md for v0.4.7 (#648) --- CHANGELOG.md | 20 ++++++++++++++++++++ Makefile | 2 +- build/charts/yorkie-cluster/Chart.yaml | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba6c3668..77b162892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.4.7] - 2023-10-06 + +### Added +* Introduce Broadcast API by @sejongk in https://github.com/yorkie-team/yorkie/pull/631 +* Add context to CLI for simplifying CLI commands by @Wu22e and @hackerwins in https://github.com/yorkie-team/yorkie/pull/647 +* Add Tree.Edit benchmark by @JOOHOJANG in https://github.com/yorkie-team/yorkie/pull/637 + +### Changed +* Bump checkout from v3 to v4 by @Yaminyam in https://github.com/yorkie-team/yorkie/pull/641 +* Remove panic from crdt.Primitive @fourjae and @hackerwins in https://github.com/yorkie-team/yorkie/pull/636 + +### Removed +* Remove unused trie by @hackerwins in https://github.com/yorkie-team/yorkie/pull/646 + +### Fixed +* Support concurrent formatting of Text by @MoonGyu1 in https://github.com/yorkie-team/yorkie/pull/639 +* Fix typo in retention design document by @LakHyeonKim in https://github.com/yorkie-team/yorkie/pull/633 +* Update Design Document for Missing Document Links and Ordering by @krapie in https://github.com/yorkie-team/yorkie/pull/630 +* Recover Select to prevent unsupported operation by @hackerwins in https://github.com/yorkie-team/yorkie/pull/629 + ## [0.4.6] - 2023-08-25 ### Added diff --git a/Makefile b/Makefile index 1514a27c2..65809e22f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.4.6 +YORKIE_VERSION := 0.4.7 GO_PROJECT = github.com/yorkie-team/yorkie diff --git a/build/charts/yorkie-cluster/Chart.yaml b/build/charts/yorkie-cluster/Chart.yaml index 218aec62e..b98a89ec0 100644 --- a/build/charts/yorkie-cluster/Chart.yaml +++ b/build/charts/yorkie-cluster/Chart.yaml @@ -13,8 +13,8 @@ maintainers: sources: - https://github.com/yorkie-team/yorkie -version: 0.4.6 -appVersion: "0.4.6" +version: 0.4.7 +appVersion: "0.4.7" kubeVersion: ">=1.23.0-0" keywords: