Skip to content

Commit

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

## [Unreleased]

## [0.5.1] - 2024-09-15

### Added

- Add all-in-one Docker Compose and Grafana configuration by @window9u in https://github.com/yorkie-team/yorkie/pull/997
- Add metrics for WatchDocuments and enhance pushpull metrics by @emplam27 in https://github.com/yorkie-team/yorkie/pull/1008
- Add nginx-ingress-controller option by @emplam27 in https://github.com/yorkie-team/yorkie/pull/1022

### Changed

- Reduce CI test time by optimizing task execution by @binary-ho in https://github.com/yorkie-team/yorkie/pull/988
- Use random generated key by @window9u in https://github.com/yorkie-team/yorkie/pull/1010

## [0.5.0] - 2024-09-05

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

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

0 comments on commit 5e81e36

Please sign in to comment.