Skip to content

Commit

Permalink
Prepare 1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carter-Key committed Jan 21, 2019
1 parent cbc215e commit ececb83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/stackup/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Stackup

VERSION = "1.4.1".freeze
VERSION = "1.4.2".freeze

end

0 comments on commit ececb83

Please sign in to comment.