Skip to content

Commit 7601740

Browse files
authored
Merge pull request #121 from rapid7/feature-prep-v2.0.1-release
Feature: Prep v2.1.0 release
2 parents 3dc5ed9 + a0992ce commit 7601740

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## [2.1.0] - 2018-08-08
6+
### Added
7+
- Search for recent logins (rapid7/awsaml#120)
8+
- Multiple role support (rapid7/awsaml#119)
9+
- Copy/paste button for terminal export commands
10+
11+
### Changed
12+
- Backend improvements to identify each recent login profile with a unique UUID
13+
514
## [2.0.0] - 2018-07-26
615
This release represents a massive overhaul to how Awsaml's internals work. There are no changes to the way users
716
interact with the tool aside from some nice bells and whistles. However, internally some of the changes include:
@@ -101,7 +110,8 @@ interact with the tool aside from some nice bells and whistles. However, interna
101110
### Added
102111
- Initial release by @onefrankguy.
103112

104-
[Unreleased]: https://github.com/rapid7/awsaml/compare/v2.0.0...HEAD
113+
[Unreleased]: https://github.com/rapid7/awsaml/compare/v2.1.0...HEAD
114+
[2.1.0]: https://github.com/rapid7/awsaml/compare/v2.0.0...v2.1.0
105115
[2.0.0]: https://github.com/rapid7/awsaml/compare/v1.6.1...v2.0.0
106116
[1.6.1]: https://github.com/rapid7/awsaml/compare/v1.6.0...v1.6.1
107117
[1.6.0]: https://github.com/rapid7/awsaml/compare/v1.5.0...v1.6.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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Periodically refreshes AWS access keys",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)