Skip to content

Commit

Permalink
Bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Trimble committed Jan 5, 2016
1 parent da97a0b commit c6ae3fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Ruby Holidays Gem CHANGELOG

## 3.1.2

* Do not require Date monkeypatching in definitions to use mday calculations (thanks to https://github.com/CloCkWeRX)

## 3.1.1

* Require 'digest/md5' in main 'holidays' module. This was missed during the refactor (thanks to https://github.com/espen)
Expand Down
2 changes: 1 addition & 1 deletion lib/holidays/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Holidays
VERSION = '3.1.1'
VERSION = '3.1.2'
end

0 comments on commit c6ae3fd

Please sign in to comment.