Skip to content

Commit

Permalink
0.3.42 release (previous 0.3.41) + release notes updated [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shipkit-org committed Oct 26, 2019
1 parent 8e87657 commit b441934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 0.3.42
- 2019-10-26 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.41...v0.3.42) by [Justin Lin](https://github.com/justinlin-linkedin) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.42-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.42)
- Add ByteBuf support in GCMCryptoService [(#1282)](https://github.com/linkedin/ambry/pull/1282)

#### 0.3.41
- 2019-10-24 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.40...v0.3.41) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.41-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.41)
- Allow index to populate bloom filter with UUID only [(#1280)](https://github.com/linkedin/ambry/pull/1280)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Version of the produced binaries. This file is intended to be checked-in.
#It will be automatically bumped by release automation.
version=0.3.42
previousVersion=0.3.41
version=0.3.43
previousVersion=0.3.42

0 comments on commit b441934

Please sign in to comment.