Skip to content

Commit

Permalink
Raise version to v0.5.0
Browse files Browse the repository at this point in the history
- Add fixed\_elements relationship to element serializer [\#14](#14) ([tvdeyen](https://github.com/tvdeyen))
- Rename element\_type into name [\#13](#13) ([tvdeyen](https://github.com/tvdeyen))
- Only include errors mixin in production mode [\#12](#12) ([tvdeyen](https://github.com/tvdeyen))
  • Loading branch information
tvdeyen committed Nov 6, 2020
1 parent 879d8a3 commit 65a55dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alchemy/json_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Alchemy
module JsonApi
VERSION = "0.4.0"
VERSION = "0.5.0"
end
end

0 comments on commit 65a55dc

Please sign in to comment.