Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.7 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Oct 6, 2023
1 parent 7c3bc6f commit aac916f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.6
YORKIE_VERSION := 0.4.7

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 @@ -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:
Expand Down

0 comments on commit aac916f

Please sign in to comment.