Commit ce78b9323b80f88519fdca7c730a43ef28d7b01a

Authored by Andrew Kane
1 parent 6568b086

Version bump to 3.0.2

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 3.0.2 [unreleased]
  1 +## 3.0.2
2 2  
3 3 - Fixed `group_by_period` with associations
4 4 - Fixed `week_start` option for enumerables
... ...
lib/groupdate/version.rb
1 1 module Groupdate
2   - VERSION = "3.0.1"
  2 + VERSION = "3.0.2"
3 3 end
... ...