Skip to content

Commit fab4767

Browse files
committed
Prep for v1.5.1 release.
1 parent 6566fb5 commit fab4767

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Changelog
22

3-
### 1.5.1 (Next)
3+
### 1.5.2 (Next)
44

55
* Your contribution here.
6+
7+
### 1.5.1 (April 25, 2017)
8+
69
* [#74](https://github.com/ruby-grape/grape-active_model_serializers/pull/74): Add support for Sequel - [@drn](https://github.com/drn).
710
* [#73](https://github.com/ruby-grape/grape-active_model_serializers/pull/73): Ensure all AMS options are passed through - [@drn](https://github.com/drn).
811
* [#65](https://github.com/ruby-grape/grape-active_model_serializers/pull/65): Added Danger, PR linter - [@dblock](https://github.com/dblock).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Grape
22
module ActiveModelSerializers
3-
VERSION = '1.5.0'.freeze
3+
VERSION = '1.5.1'.freeze
44
end
55
end

0 commit comments

Comments
 (0)