Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.11 (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Dec 18, 2023
1 parent e1d2543 commit 34d960b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.4.11] - 2023-12-18

### Added
* Support concurrent insertion and splitting in Tree by @sejongk in https://github.com/yorkie-team/yorkie/pull/725

### Changed
* Migrate RPC to ConnectRPC by @krapie, @hackerwins https://github.com/yorkie-team/yorkie/pull/703

### Fixed
* Address duplicate nodeIDs in Tree.Split @sejongk https://github.com/yorkie-team/yorkie/pull/724

## [0.4.10] - 2023-12-04

### 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.10
YORKIE_VERSION := 0.4.11

GO_PROJECT = github.com/yorkie-team/yorkie

Expand Down
2 changes: 0 additions & 2 deletions build/charts/yorkie-argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ maintainers:
email: [email protected]
- name: krapie
email: [email protected]
- name: chacha912
email: [email protected]

sources:
- https://github.com/yorkie-team/yorkie
Expand Down
6 changes: 2 additions & 4 deletions build/charts/yorkie-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ maintainers:
email: [email protected]
- name: krapie
email: [email protected]
- name: chacha912
email: [email protected]

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

keywords:
Expand Down
2 changes: 0 additions & 2 deletions build/charts/yorkie-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ maintainers:
email: [email protected]
- name: krapie
email: [email protected]
- name: chacha912
email: [email protected]

sources:
- https://github.com/yorkie-team/yorkie
Expand Down

0 comments on commit 34d960b

Please sign in to comment.