From 65a55dca12ad51673951c1b1f4d0cb2d6191c6ad Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 6 Nov 2020 16:35:21 +0100 Subject: [PATCH] Raise version to v0.5.0 - Add fixed\_elements relationship to element serializer [\#14](https://github.com/AlchemyCMS/alchemy-json_api/pull/14) ([tvdeyen](https://github.com/tvdeyen)) - Rename element\_type into name [\#13](https://github.com/AlchemyCMS/alchemy-json_api/pull/13) ([tvdeyen](https://github.com/tvdeyen)) - Only include errors mixin in production mode [\#12](https://github.com/AlchemyCMS/alchemy-json_api/pull/12) ([tvdeyen](https://github.com/tvdeyen)) --- lib/alchemy/json_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index 9037cff..393e5cb 100644 --- a/lib/alchemy/json_api/version.rb +++ b/lib/alchemy/json_api/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Alchemy module JsonApi - VERSION = "0.4.0" + VERSION = "0.5.0" end end