diff --git a/CHANGELOG.md b/CHANGELOG.md index d32c6ac7..cfdfa61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.4.3 + +- Allow `when` to have multiple candidates +- Allow `rescue` to specify an error variable + ## v1.4.2 - Support `!` operator diff --git a/lib/hamlit/version.rb b/lib/hamlit/version.rb index b40dedaf..a296c63b 100644 --- a/lib/hamlit/version.rb +++ b/lib/hamlit/version.rb @@ -1,3 +1,3 @@ module Hamlit - VERSION = "1.4.2" + VERSION = "1.4.3" end