diff --git a/CHANGELOG.md b/CHANGELOG.md index f13d871..0a2d793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v0.2.4] - 2024-04-11 +### Changed +- Remove maximum node version [#3] + +[#3]: https://github.com/virtru/hmmac/pull/3 + +[v0.2.4]: https://github.com/virtru/hmmac/compare/virtru:v0.2.3...virtru:v0.2.4 + + ## [v0.2.3] - 2017-07-10 ### Added - Start of CHANGELOG [#1] diff --git a/package-lock.json b/package-lock.json index 26c9c20..14ea504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hmmac", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "dependencies": { "abbrev": { diff --git a/package.json b/package.json index b5b8c66..0ae4469 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hmmac", "description": "Easy HMAC connect/express middleware", - "version": "0.2.3", + "version": "0.2.4", "homepage": "https://github.com/cmawhorter/hmmac", "author": { "name": "Cory Mawhorter", @@ -18,7 +18,7 @@ "license": "MIT", "main": "lib/hmmac", "engines": { - "node": ">=0.10.0 <9.0.0" + "node": ">=0.10.0" }, "scripts": { "test": "grunt test"