Skip to content

Commit

Permalink
Feature: Prep v1.6.0 release
Browse files Browse the repository at this point in the history
The bumps the version to 1.6.0 and adds notes to the CHANGELOG so we can cut a new release.
  • Loading branch information
rdickey-r7 committed Jun 12, 2018
1 parent 1838098 commit f9e0ce2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## [Unreleased]

## [1.6.0] - 2018-06-13
### Added
- Add profile login buttons to touchbar
- Add touchbar buttons for refresh/logout

### Changed
- Refresh credentials every half-duration
- Rebuild only prod dependencies.
- Refactor build script into stand-alone js file so we can use electron-packager hooks to force a dependency rebuild.
- Bump aws-sdk and electron packages.
- Load prism.js from local file for language compatibility.
- Remove unneeded css.
- Update jsx to work correctly with updated external dependencies.
- Update external css and js dependencies.
- Disable react/jsx-filename-extension as express-react-views requires views with .jsx extensions.
- Use symlinks instead of copying files to make macOS zips smaller.
- Update/pin dependencies to pick up security fixes.
- Update docs to denote use of Yarn and Node v7.

### Fixed
- Fix code linting errors.
- Fix issues around PropTypes being split from React core.

## [1.5.0] - 2017-08-25
### Added
- Ability to use custom names for "Recent Logins" profiles by @udangel-r7.
Expand Down Expand Up @@ -63,7 +86,8 @@
### Added
- Initial release by @onefrankguy.

[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/rapid7/awsaml/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/rapid7/awsaml/compare/v1.4.0...v1.5.0
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awsaml",
"version": "1.5.0",
"version": "1.6.0",
"description": "Periodically refreshes AWS access keys",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f9e0ce2

Please sign in to comment.