Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.23 (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Jun 7, 2024
1 parent 12f7baa commit 23b3662
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.4.23] - 2024-06-07

### Fixed

- Fix miscalculation of tree size in concurrent editing by @raararaara in https://github.com/yorkie-team/yorkie/pull/891

## [0.4.22] - 2024-06-04

## Added

* Add RHTNode removal to converter for consistency by @hackerwins in https://github.com/yorkie-team/yorkie/pull/888
- Add RHTNode removal to converter for consistency by @hackerwins in https://github.com/yorkie-team/yorkie/pull/888

## [0.4.21] - 2024-06-03

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.22
YORKIE_VERSION := 0.4.23

GO_PROJECT = github.com/yorkie-team/yorkie

Expand Down
2 changes: 1 addition & 1 deletion api/docs/yorkie.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Yorkie
description: "Yorkie is an open source document store for building collaborative editing applications."
version: v0.4.22
version: v0.4.23
servers:
- url: https://api.yorkie.dev
description: Production server
Expand Down
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/admin.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.4.22
version: v0.4.23
servers:
- description: Production server
url: https://api.yorkie.dev
Expand Down
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/resources.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.4.22
version: v0.4.23
servers:
- description: Production server
url: https://api.yorkie.dev
Expand Down
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/yorkie.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.4.22
version: v0.4.23
servers:
- description: Production server
url: https://api.yorkie.dev
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.22
appVersion: "0.4.22"
version: 0.4.23
appVersion: "0.4.23"
kubeVersion: ">=1.23.0-0"

keywords:
Expand Down

0 comments on commit 23b3662

Please sign in to comment.