From ececb8312d70dd9f5493aa8f7ccbc5d59ba3e02c Mon Sep 17 00:00:00 2001 From: Luke Carter-Key Date: Mon, 21 Jan 2019 15:57:16 +1100 Subject: [PATCH] Prepare 1.4.2 release --- CHANGES.md | 4 ++++ lib/stackup/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2fc1451..c490e5d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +## 1.4.2 (2019-01-21) + +* Fix #64: Create and Update functions should not mutate the options parameter + ## 1.4.1 (2018-11-07) * Fix: diff method had a new required value in v1.4.0. This now defaults to nil in the method signature. diff --git a/lib/stackup/version.rb b/lib/stackup/version.rb index c529ca9..3af984c 100644 --- a/lib/stackup/version.rb +++ b/lib/stackup/version.rb @@ -1,5 +1,5 @@ module Stackup - VERSION = "1.4.1".freeze + VERSION = "1.4.2".freeze end