Skip to content

Commit c8f2331

Browse files
authored
Merge pull request #74 from rapid7/feature-prep-v1.3.0-release
Feature: Prep v1.3.0 release
2 parents 2ed285d + 11e57c5 commit c8f2331

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.
@@ -31,7 +47,8 @@
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

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.2.0",
3+
"version": "1.3.0",
44
"description": "Periodically refreshes AWS access keys",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)