From 36be5d1b0b93029e4980b7ac649f4f6e84a82044 Mon Sep 17 00:00:00 2001 From: "Josep M. Blanquer" Date: Thu, 18 Aug 2016 10:24:08 -0700 Subject: [PATCH] Prep for 5.1 Signed-off-by: Josep M. Blanquer --- .travis.yml | 2 +- CHANGELOG.md | 2 ++ lib/attributor/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c72ac38..50d54a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby rvm: - - 2.2.3 + - 2.2.5 - 2.3.1 script: - bundle exec rspec spec diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f14a6..380c8d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## next +## 5.1 + * Added `Polymorphic` type. See [polymorphics.rb](spec/support/polymorphics.rb) for example usage. ## 5.0.2 diff --git a/lib/attributor/version.rb b/lib/attributor/version.rb index 7c6b16f..a71aa01 100644 --- a/lib/attributor/version.rb +++ b/lib/attributor/version.rb @@ -1,3 +1,3 @@ module Attributor - VERSION = '5.0.2'.freeze + VERSION = '5.1.0'.freeze end