-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from rapid7/feature-prep-v1.2.0-release
Feature prep v1.2.0 release
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Change Log | ||
|
||
## [Unreleased] | ||
|
||
## [1.2.0] - 2016-05-13 | ||
### Added | ||
- Ability to run server backend locally without Electron by @dgreene-r7. | ||
- Logout button and server endpoint by @devkmsg. | ||
- Mocha test framework by @onefrankguy. | ||
|
||
### Changed | ||
- Electron version to 0.37.8 by @onefrankguy. | ||
|
||
### Fixed | ||
- Documentation to use the correct audience restriction URL by @erran. | ||
|
||
## [1.1.0] - 2016-02-22 | ||
### Added | ||
- Display of error messages for invalid metadata URLs by @dgreene-r7. | ||
- Display of setup commands to make configuring CLI tools easier by @dgreene-r7. | ||
- Display of AWS account ID to make using multiple accounts easier by @athompson-r7. | ||
|
||
### Changed | ||
- Electron version to 0.36.7 by @onefrankguy. | ||
- Code formatting to match the Rapid7 Style Guide by @dgreene-r7. | ||
|
||
### Fixed | ||
- Issue where refresh button didn't work after session timeout by @dgreene-r7. | ||
|
||
## [1.0.0] - 2016-01-19 | ||
### Added | ||
- Initial release by @onefrankguy. | ||
|
||
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.2.0...HEAD | ||
[1.2.0]: https://github.com/rapid7/awsaml/compare/v1.1.0...v1.2.0 | ||
[1.1.0]: https://github.com/rapid7/awsaml/compare/v1.0.0...v1.1.0 | ||
[1.0.0]: https://github.com/rapid7/awsaml/tree/v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters