Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jul 3, 2024
1 parent c658096 commit 5efc150
Show file tree
Hide file tree
Showing 7 changed files with 721 additions and 709 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.4.25] - 2024-07-03

- Remove commit revision in version command by @hackerwins in https://github.com/yorkie-team/yorkie/pull/905
- Update CI workflow to trigger Pull Request CI only on code-level changes by @kokodak in https://github.com/yorkie-team/yorkie/pull/906
- Return ErrAlreadyDetached when reattaching by @hackerwins in https://github.com/yorkie-team/yorkie/pull/908
- Add GetDocuments API returning document summaries by @hackerwins in https://github.com/yorkie-team/yorkie/pull/909
- Add Project field to YorkieService logs by @hackerwins in https://github.com/yorkie-team/yorkie/pull/911
- Fix missing document detachments when client is deactivated by @raararaara in https://github.com/yorkie-team/yorkie/pull/907

## [0.4.24] - 2024-06-14

### Fixed
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.24
YORKIE_VERSION := 0.4.25

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

0 comments on commit 5efc150

Please sign in to comment.