diff --git a/CHANGELOG.md b/CHANGELOG.md index 581e2bd..edd7682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.4.1] - 2016-01-08 ### Fixed -- Fixed audience verification in token (was not working with lambdas) +- Use lambda for audience verification ## [1.4.0] - 2016-01-02 ### Changed diff --git a/lib/knock/version.rb b/lib/knock/version.rb index 6ee3aa3..f0796d9 100644 --- a/lib/knock/version.rb +++ b/lib/knock/version.rb @@ -1,3 +1,3 @@ module Knock - VERSION = "1.4.0" + VERSION = "1.4.1" end