File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.3.0] - 2016-09-28
6+ ### Added
7+ - Homebrew cask support by @fpedrini .
8+ - Tests for the AwsCredentials class by @onefrankguy .
9+ - Transpiler tooling to make frontend/backend splitting easier by @dgreene-r7 .
10+ - .nvmrc file to pin to the latest LTS release by @davepgreene .
11+
12+ ### Changed
13+ - Credentials so they default to hidden in the UI by @erran .
14+ - Electron packaging so tests are excluded from releases by @onefrankguy .
15+ - Routes and server config to reside in their own source files by @davepgreene .
16+
17+ ### Fixed
18+ - Issue where empty storage files caused uncaught exceptions by @erran .
19+ - Issue where automatic token renewal failed after logout by @onefrankguy .
20+
521## [ 1.2.0] - 2016-05-13
622### Added
723- Ability to run server backend locally without Electron by @dgreene-r7 .
3147### Added
3248- Initial release by @onefrankguy .
3349
34- [ Unreleased ] : https://github.com/rapid7/awsaml/compare/v1.2.0...HEAD
50+ [ Unreleased ] : https://github.com/rapid7/awsaml/compare/v1.3.0...HEAD
51+ [ 1.3.0 ] : https://github.com/rapid7/awsaml/compare/v1.2.0...v1.3.0
3552[ 1.2.0 ] : https://github.com/rapid7/awsaml/compare/v1.1.0...v1.2.0
3653[ 1.1.0 ] : https://github.com/rapid7/awsaml/compare/v1.0.0...v1.1.0
3754[ 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.2 .0" ,
3+ "version" : " 1.3 .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