File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments