Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.12 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jan 5, 2024
1 parent 3b712df commit 6936d2b
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.12] - 2024-01-05

### Changed
* Introduce TreeToken and tokensBetween to Tree by @sejongk in https://github.com/yorkie-team/yorkie/pull/747
* Add RPC and profiling ports to Yorkie deployment by @hackerwins in https://github.com/yorkie-team/yorkie/pull/727

### Fixed
* Change CLI TLS configuration to HTTP2 by @krapie in https://github.com/yorkie-team/yorkie/pull/742
* Replace grpcstatus.Errorf with connect.Error by @chacha912, @highcloud100 in https://github.com/yorkie-team/yorkie/pull/741
* Fix `getGarbageLen` to retrun correct size by @devleejb in https://github.com/yorkie-team/yorkie/pull/743
* Fix typo in `MAINTAINING.md` by @devleejb in https://github.com/yorkie-team/yorkie/pull/739

## [0.4.11] - 2023-12-18

### 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.11
YORKIE_VERSION := 0.4.12

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.11
appVersion: "0.4.11"
version: 0.4.12
appVersion: "0.4.12"
kubeVersion: ">=1.23.0-0"

keywords:
Expand Down

0 comments on commit 6936d2b

Please sign in to comment.