Commit 549ca7420a10b84a07714fda0585a5dfb12d91f5

Authored by Andrew Kane
1 parent cadb55a3

Added changelog

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
CHANGELOG.md 0 → 100644
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
  1 +## 1.0.0
  2 +
  3 +- First major release
@@ -227,6 +227,12 @@ User.group_by_day_of_week(:created_at).count @@ -227,6 +227,12 @@ User.group_by_day_of_week(:created_at).count
227 227
228 These are *not* a result of groupdate (and unfortunately cannot be fixed by groupdate) 228 These are *not* a result of groupdate (and unfortunately cannot be fixed by groupdate)
229 229
  230 +## History
  231 +
  232 +View the [changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md)
  233 +
  234 +Groupdate follows [Semantic Versioning](http://semver.org/)
  235 +
230 ## Contributing 236 ## Contributing
231 237
232 1. Fork it 238 1. Fork it