Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Apr 14, 2017
1 parent f9d2d84 commit 9abab02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,6 @@
# Unreleased
# 2.1.1 (April 14, 2017)

* Fix serialize Ruby Time to Tod::TimeOfDay (Ryan Dick)
* Fix TimeOfDay.from_second_of_day when passed float (Jack Christensen)
* Fix Rails 5 multi-param assignment (Miklos Fazekas)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tod (2.1.0)
tod (2.1.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/tod/version.rb
@@ -1,3 +1,3 @@
module Tod
VERSION = "2.1.0"
VERSION = "2.1.1"
end

0 comments on commit 9abab02

Please sign in to comment.