Skip to content

Commit

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

## [Unreleased]

## [0.1.7] - 2021-10-19

### Added
- Improve Client's metadata to be updatable: #153
- Build binaries for environments when releasing a new version: #175

### Changed
- Add config validation: #206
- Clean up flags in AuthXXX and XXXSec patterns: #168
- Update MaxConcurrentStreams to max: #227
- Clear performance bottlenecks: #251
- Change config format to YAML: #223

### Fixed
- Fix reduce array size when deleting the same position: #235
- Fix invalid version package path: #241
- Add registry missing in PR 185 to Metrics: #e65d5bb

## [0.1.6] - 2021-07-24

### 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.6
YORKIE_VERSION := 0.1.7

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

0 comments on commit aaba422

Please sign in to comment.