diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd8f12..c88c3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file. This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.16.3 +## 0.17.0 ### Changed -- Instead of appending to repeated enum message, we're replacing it to aboid duplicated values. -- Fixed our CI by locking 3 version of google-protobuf dependency. +- Instead of appending to repeated enum message, we're replacing it to avoid issues in case output will be rendered twice +- If one field was defined twice, only last definition will end up in output + +## Fixed +- Fixed CI by locking 3 version or lower of google-protobuf dependency. ## 0.16.2 ### Added diff --git a/pbbuilder.gemspec b/pbbuilder.gemspec index 5427d18..5085cc6 100644 --- a/pbbuilder.gemspec +++ b/pbbuilder.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "pbbuilder" - spec.version = "0.16.3" + spec.version = "0.17.0" spec.authors = ["Bouke van der Bijl"] spec.email = ["bouke@cheddar.me"] spec.homepage = "https://github.com/cheddar-me/pbbuilder"