Skip to content

Commit 8bfb513

Browse files
committed
Update CHANGELOG with notes on what's going in the 1.3.0 release.
1 parent 2ed285d commit 8bfb513

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
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

0 commit comments

Comments
 (0)