Skip to content

Commit

Permalink
Update CHANGELOG and bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed May 11, 2016
1 parent 937b425 commit 39f24f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.4.0 - 2016-05-11

* Added: `Knuckles::Active::Hydrator`, a hydrator specifically designed to work
with `ActiveRecord`. It converts a relation of minimally loaded `ActiveRecord`
models into fully loaded models ready for serialization.
* Added: A compatibility layer within the `Renderer` stage to ease in the
transition from `ActiveModelSerializers`. Both `Knuckles::View` or `AMS`
instances now work when passed as the `view` option.

## v0.3.0 - 2016-04-07

* Added: Tons of documentation.
Expand Down
2 changes: 1 addition & 1 deletion lib/knuckles/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Knuckles
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 39f24f6

Please sign in to comment.