Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.8 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Nov 1, 2023
1 parent acc6703 commit f922afc
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.8] - 2023-11-01

### Changed
* Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/yorkie-team/yorkie/pull/649
* Bump google.golang.org/grpc from 1.54.0 to 1.56.3 by @dependabot in https://github.com/yorkie-team/yorkie/pull/654
* Fix ArgoCD version to v2.7.10 by @krapie in https://github.com/yorkie-team/yorkie/pull/653
* Rename StructureAsString to toTestString by @hackerwins in https://github.com/yorkie-team/yorkie/pull/656

### Fixed
* Revise Prometheus PVC Spec Syntax Error by @krapie in https://github.com/yorkie-team/yorkie/pull/650
* Remove skip storing MinSyncedTicket when the ticket is initial by @hackerwins in https://github.com/yorkie-team/yorkie/pull/655

## [0.4.7] - 2023-10-06

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

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

keywords:
Expand Down

0 comments on commit f922afc

Please sign in to comment.