Skip to content

Commit

Permalink
Changelog and version bump for informed-ruby 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer committed Dec 3, 2017
1 parent 1113849 commit 7cd70ac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions informed-ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### 1.1.1
#### Bug Fixes
* [#11](https://github.com/wecohere/informed/pull/11) - Prioritize keyword args over method calls when there are name collisions

### 1.1.0

#### Enhancements
* [#2](https://github.com/wecohere/informed/pull/2) - Support methods that take blocks
* [#1](https://github.com/wecohere/informed/pull/1) - Include the class name in log messages

### 1.0.0
Initial release, provides `inform_on` syntax at the class level.
2 changes: 1 addition & 1 deletion informed-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
informed (1.1.0)
informed (1.1.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion informed-ruby/lib/informed/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Informed
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 7cd70ac

Please sign in to comment.