Skip to content

Commit

Permalink
[VERSION] Bump v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Aug 13, 2016
1 parent ff2c81a commit 150f1da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## v0.0.2 to be released
## v0.0.3

### Added

* Thread-safety for connections (both producer and consumer) (nepalez)

[Compare v0.0.1...HEAD](https://github.com/rom-rb/rom-kafka/compare/v0.0.1...HEAD)
### Internal

* Switched to rom v.2.0+ (nepalez)

[Compare v0.0.1...HEAD](https://github.com/rom-rb/rom-kafka/compare/v0.0.3...HEAD)

## v0.0.1 2015-09-16

Expand Down
2 changes: 1 addition & 1 deletion rom-kafka.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "rom-kafka"
gem.version = "0.0.2"
gem.version = "0.0.3"
gem.author = ["Andrew Kozin"]
gem.email = ["[email protected]"]
gem.summary = "Kafka support for Ruby Object Mapper"
Expand Down

0 comments on commit 150f1da

Please sign in to comment.