Skip to content

Commit

Permalink
Update CHANGELOG for v0.1.4 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored May 15, 2021
1 parent a32da4e commit da08484
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.1.4] - 2021-05-15

### Added
- Add gRPC health checking: #176
- Add ca-certificates to access remote DBs such as MongoDB Atlas: #6d3e176

### Changed
- Expose only basic command in Dockerfile: #317320b

### Fixed
- Fix incorrect sequences when detaching documents: #173

## [0.1.3] - 2021-04-04

### 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.1.3
YORKIE_VERSION := 0.1.4

GIT_COMMIT := $(shell git rev-parse --short HEAD)
BUILD_DATE := $(shell date "+%Y-%m-%d")
Expand Down

0 comments on commit da08484

Please sign in to comment.