Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.9 (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Nov 25, 2023
1 parent 0923da7 commit 8a33500
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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.9] - 2023-11-25

### Added
* Implement merge elements in Tree.Edit by @hackerwins in https://github.com/yorkie-team/yorkie/pull/659
* Add PushPull benchmark test by @sejongk in https://github.com/yorkie-team/yorkie/pull/658
* Setup Dependabot by @jongwooo in https://github.com/yorkie-team/yorkie/pull/675

### Changed
* Bump up golangci-lint and fix lint errors by @hackerwins in https://github.com/yorkie-team/yorkie/pull/660
* Modify converter to allow setting values for object and array by @chacha912 and @hackerwins in https://github.com/yorkie-team/yorkie/pull/687

## [0.4.8] - 2023-11-01

### Changed
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.8
YORKIE_VERSION := 0.4.9

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.8
appVersion: "0.4.8"
version: 0.4.9
appVersion: "0.4.9"
kubeVersion: ">=1.23.0-0"

keywords:
Expand Down

0 comments on commit 8a33500

Please sign in to comment.