diff --git a/CHANGELOG.md b/CHANGELOG.md index 384ab9eb..a9fe91e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # CHANGELOG -## master +## v2.4.3 + +* Initial Xcode 9 support + [ksuther](https://github.com/ksuther) [#339](https://github.com/SlatherOrg/slather/pull/339), [ivanbrunel](https://github.com/ivanbruel) [#321](https://github.com/SlatherOrg/slather/pull/321), [FDREAL](https://github.com/FDREAL) [#338](https://github.com/SlatherOrg/slather/pull/338) * Add `--json` output option for basic JSON format not specific to any particular service. [ileitch](https://github.com/ileitch) diff --git a/lib/slather/version.rb b/lib/slather/version.rb index a648b802..7b3c0d98 100644 --- a/lib/slather/version.rb +++ b/lib/slather/version.rb @@ -1,3 +1,3 @@ module Slather - VERSION = '2.4.2' unless defined?(Slather::VERSION) + VERSION = '2.4.3' unless defined?(Slather::VERSION) end