diff --git a/CHANGELOG.md b/CHANGELOG.md index b593efc62..137ac0977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.4.24] - 2024-06-14 + +### Fixed + +- Fix duplicate changes when syncing and detaching by @hackerwins in https://github.com/yorkie-team/yorkie/pull/896 + ## [0.4.23] - 2024-06-07 ### Fixed diff --git a/Makefile b/Makefile index f1309e62d..2f20b7fb9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.4.23 +YORKIE_VERSION := 0.4.24 GO_PROJECT = github.com/yorkie-team/yorkie diff --git a/api/docs/yorkie.base.yaml b/api/docs/yorkie.base.yaml index 2072ca097..dfd1de835 100644 --- a/api/docs/yorkie.base.yaml +++ b/api/docs/yorkie.base.yaml @@ -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.23 + version: v0.4.24 servers: - url: https://api.yorkie.dev description: Production server diff --git a/api/docs/yorkie/v1/admin.openapi.yaml b/api/docs/yorkie/v1/admin.openapi.yaml index f97727281..1e903f745 100644 --- a/api/docs/yorkie/v1/admin.openapi.yaml +++ b/api/docs/yorkie/v1/admin.openapi.yaml @@ -4,7 +4,7 @@ info: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.4.23 + version: v0.4.24 servers: - description: Production server url: https://api.yorkie.dev diff --git a/api/docs/yorkie/v1/resources.openapi.yaml b/api/docs/yorkie/v1/resources.openapi.yaml index 08bbf22c3..6f7311812 100644 --- a/api/docs/yorkie/v1/resources.openapi.yaml +++ b/api/docs/yorkie/v1/resources.openapi.yaml @@ -4,7 +4,7 @@ info: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.4.23 + version: v0.4.24 servers: - description: Production server url: https://api.yorkie.dev diff --git a/api/docs/yorkie/v1/yorkie.openapi.yaml b/api/docs/yorkie/v1/yorkie.openapi.yaml index 69faf2c21..edebed4ed 100644 --- a/api/docs/yorkie/v1/yorkie.openapi.yaml +++ b/api/docs/yorkie/v1/yorkie.openapi.yaml @@ -4,7 +4,7 @@ info: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.4.23 + version: v0.4.24 servers: - description: Production server url: https://api.yorkie.dev diff --git a/build/charts/yorkie-cluster/Chart.yaml b/build/charts/yorkie-cluster/Chart.yaml index d02b484ca..b2d770b9c 100644 --- a/build/charts/yorkie-cluster/Chart.yaml +++ b/build/charts/yorkie-cluster/Chart.yaml @@ -11,8 +11,8 @@ maintainers: sources: - https://github.com/yorkie-team/yorkie -version: 0.4.23 -appVersion: "0.4.23" +version: 0.4.24 +appVersion: "0.4.24" kubeVersion: ">=1.23.0-0" keywords: