Skip to content

Commit

Permalink
Prep for 5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Josep M. Blanquer <[email protected]>
  • Loading branch information
blanquer committed Aug 18, 2016
1 parent 24ae0d0 commit 36be5d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.2.3
- 2.2.5
- 2.3.1
script:
- bundle exec rspec spec
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## next

## 5.1

* Added `Polymorphic` type. See [polymorphics.rb](spec/support/polymorphics.rb) for example usage.

## 5.0.2
Expand Down
2 changes: 1 addition & 1 deletion lib/attributor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Attributor
VERSION = '5.0.2'.freeze
VERSION = '5.1.0'.freeze
end

0 comments on commit 36be5d1

Please sign in to comment.