Skip to content

Commit 0da8240

Browse files
authored
Merge pull request #95 from rapid7/feature-prep-v1.5.0-release
Feature: Prep v1.5.0 release
2 parents c6f97e1 + 456fb18 commit 0da8240

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.5.0] - 2017-08-25
6+
### Added
7+
- Ability to use custom names for "Recent Logins" profiles by @udangel-r7.
8+
- Login button for "Recent Logins" profiles by @udangel-r7.
9+
- yarn.lock file to pin package version changes by @davepgreene.
10+
11+
### Changed
12+
- Electron to pin version at 1.6.11 by @onefrankguy.
13+
- Build process to allow platform to be set at run time by @onefrankguy.
14+
- Build process to use "electron" instead of "electron-prebuilt" by @erran.
15+
516
## [1.4.0] - 2016-11-21
617
### Added
718
- :construction_worker: Enable TravisCI builds for continuous integration by @erran!
@@ -52,7 +63,8 @@
5263
### Added
5364
- Initial release by @onefrankguy.
5465

55-
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.4.0...HEAD
66+
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.5.0...HEAD
67+
[1.5.0]: https://github.com/rapid7/awsaml/compare/v1.4.0...v1.5.0
5668
[1.4.0]: https://github.com/rapid7/awsaml/compare/v1.3.0...v1.4.0
5769
[1.3.0]: https://github.com/rapid7/awsaml/compare/v1.2.0...v1.3.0
5870
[1.2.0]: https://github.com/rapid7/awsaml/compare/v1.1.0...v1.2.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.4.0",
3+
"version": "1.5.0",
44
"description": "Periodically refreshes AWS access keys",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)