Commit 68890d4bbf92adb424e64697572f56ca4e7f96ac

Authored by Andrew Kane
1 parent e1d99b5d

Version bump to 3.0.1

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 3.0.1 [unreleased]
  1 +## 3.0.1
2 2  
3 3 - Added support for Redshift
  4 +- Fix for infinite loop in certain cases for Rails 5
4 5  
5 6 ## 3.0.0
6 7  
... ...
lib/groupdate/version.rb
1 1 module Groupdate
2   - VERSION = "3.0.0"
  2 + VERSION = "3.0.1"
3 3 end
... ...