Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.19 (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored May 10, 2024
1 parent 503ed59 commit 24950f5
Show file tree
Hide file tree
Showing 7 changed files with 710 additions and 700 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.4.19] - 2024-05-10

### Fixed

- Handle concurrent editing and styling in Tree by @hackerwins in https://github.com/yorkie-team/yorkie/pull/854
- Fix inconsistent garbage collection for multiple nodes in text and tree type by @chacha912 in https://github.com/yorkie-team/yorkie/pull/855

## [0.4.18] - 2024-04-23

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

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.18
version: v0.4.19
servers:
- url: https://api.yorkie.dev
description: Production server
Expand Down
Loading

0 comments on commit 24950f5

Please sign in to comment.