Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Patch version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarno committed Jan 8, 2016
1 parent f5d3172 commit 20b8018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/knock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Knock
VERSION = "1.4.0"
VERSION = "1.4.1"
end

0 comments on commit 20b8018

Please sign in to comment.