From 3e41c6744e22081ee098e00ce1d70ea5b8dab82a Mon Sep 17 00:00:00 2001 From: Erran Carey Date: Mon, 21 Nov 2016 18:33:36 +0000 Subject: [PATCH] Prepare for the v1.4.0 release * Update release notes for v1.4.0 * Bump version in package.json to 1.4.0. --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f35c491..84e07dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [1.4.0] - 2016-11-21 +### Added +- :construction_worker: Enable TravisCI builds for continuous integration by @erran! +- Support a list of "recent logins" on the configure page by @erran. + ## [1.3.0] - 2016-09-28 ### Added - Homebrew cask support by @fpedrini. @@ -47,7 +52,8 @@ ### Added - Initial release by @onefrankguy. -[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/rapid7/awsaml/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/rapid7/awsaml/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/rapid7/awsaml/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/rapid7/awsaml/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index 8b12ba6..123b271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awsaml", - "version": "1.3.1-beta.1", + "version": "1.4.0", "description": "Periodically refreshes AWS access keys", "license": "MIT", "repository": {