Skip to content

Commit ea80abe

Browse files
authored
Merge pull request #82 from rapid7/prep-1_4_0-release
Prepare for the v1.4.0 release
2 parents 7789bf1 + 3e41c67 commit ea80abe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [1.4.0] - 2016-11-21
6+
### Added
7+
- :construction_worker: Enable TravisCI builds for continuous integration by @erran!
8+
- Support a list of "recent logins" on the configure page by @erran.
9+
510
## [1.3.0] - 2016-09-28
611
### Added
712
- Homebrew cask support by @fpedrini.
@@ -47,7 +52,8 @@
4752
### Added
4853
- Initial release by @onefrankguy.
4954

50-
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.3.0...HEAD
55+
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.4.0...HEAD
56+
[1.4.0]: https://github.com/rapid7/awsaml/compare/v1.3.0...v1.4.0
5157
[1.3.0]: https://github.com/rapid7/awsaml/compare/v1.2.0...v1.3.0
5258
[1.2.0]: https://github.com/rapid7/awsaml/compare/v1.1.0...v1.2.0
5359
[1.1.0]: https://github.com/rapid7/awsaml/compare/v1.0.0...v1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awsaml",
3-
"version": "1.3.1-beta.1",
3+
"version": "1.4.0",
44
"description": "Periodically refreshes AWS access keys",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)