Commit 2081d4dde7adac346ebfcc0da6536e68346f1112

Authored by Andrew Kane
1 parent 766d7796

Version bump to 2.3.0

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 2.2.2 [unreleased]
  1 +## 2.3.0
2 2  
3 3 - Raise error when ActiveRecord::Base.default_timezone is not `:utc`
4 4 - Added `day_of_month`
... ...
lib/groupdate/version.rb
1 1 module Groupdate
2   - VERSION = "2.2.1"
  2 + VERSION = "2.3.0"
3 3 end
... ...