Skip to content

Commit e068c76

Browse files
committed
Merge pull request #57 from rapid7/feature-prep-v1.2.0-release
Feature prep v1.2.0 release
2 parents dc5d324 + d3da52e commit e068c76

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Change Log
2+
3+
## [Unreleased]
4+
5+
## [1.2.0] - 2016-05-13
6+
### Added
7+
- Ability to run server backend locally without Electron by @dgreene-r7.
8+
- Logout button and server endpoint by @devkmsg.
9+
- Mocha test framework by @onefrankguy.
10+
11+
### Changed
12+
- Electron version to 0.37.8 by @onefrankguy.
13+
14+
### Fixed
15+
- Documentation to use the correct audience restriction URL by @erran.
16+
17+
## [1.1.0] - 2016-02-22
18+
### Added
19+
- Display of error messages for invalid metadata URLs by @dgreene-r7.
20+
- Display of setup commands to make configuring CLI tools easier by @dgreene-r7.
21+
- Display of AWS account ID to make using multiple accounts easier by @athompson-r7.
22+
23+
### Changed
24+
- Electron version to 0.36.7 by @onefrankguy.
25+
- Code formatting to match the Rapid7 Style Guide by @dgreene-r7.
26+
27+
### Fixed
28+
- Issue where refresh button didn't work after session timeout by @dgreene-r7.
29+
30+
## [1.0.0] - 2016-01-19
31+
### Added
32+
- Initial release by @onefrankguy.
33+
34+
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.2.0...HEAD
35+
[1.2.0]: https://github.com/rapid7/awsaml/compare/v1.1.0...v1.2.0
36+
[1.1.0]: https://github.com/rapid7/awsaml/compare/v1.0.0...v1.1.0
37+
[1.0.0]: https://github.com/rapid7/awsaml/tree/v1.0.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.1.0",
3+
"version": "1.2.0",
44
"description": "Periodically refreshes AWS access keys",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)