Skip to content

Commit

Permalink
Merge pull request #57 from rapid7/feature-prep-v1.2.0-release
Browse files Browse the repository at this point in the history
Feature prep v1.2.0 release
  • Loading branch information
fmitchell-r7 committed May 13, 2016
2 parents dc5d324 + d3da52e commit e068c76
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Change Log

## [Unreleased]

## [1.2.0] - 2016-05-13
### Added
- Ability to run server backend locally without Electron by @dgreene-r7.
- Logout button and server endpoint by @devkmsg.
- Mocha test framework by @onefrankguy.

### Changed
- Electron version to 0.37.8 by @onefrankguy.

### Fixed
- Documentation to use the correct audience restriction URL by @erran.

## [1.1.0] - 2016-02-22
### Added
- Display of error messages for invalid metadata URLs by @dgreene-r7.
- Display of setup commands to make configuring CLI tools easier by @dgreene-r7.
- Display of AWS account ID to make using multiple accounts easier by @athompson-r7.

### Changed
- Electron version to 0.36.7 by @onefrankguy.
- Code formatting to match the Rapid7 Style Guide by @dgreene-r7.

### Fixed
- Issue where refresh button didn't work after session timeout by @dgreene-r7.

## [1.0.0] - 2016-01-19
### Added
- Initial release by @onefrankguy.

[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.2.0...HEAD
[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
[1.0.0]: https://github.com/rapid7/awsaml/tree/v1.0.0
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.1.0",
"version": "1.2.0",
"description": "Periodically refreshes AWS access keys",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e068c76

Please sign in to comment.