Skip to content

Commit af3fa3c

Browse files
authored
Merge pull request #111 from rapid7/feature-prep-v1.6.1-release
Feature: Prep v1.6.1 release
2 parents b6c3112 + 5216783 commit af3fa3c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.6.1] - 2018-06-13
6+
### Fixed
7+
- Remove unused dependencies
8+
59
## [1.6.0] - 2018-06-13
610
### Added
711
- Add profile login buttons to touchbar
@@ -86,7 +90,8 @@
8690
### Added
8791
- Initial release by @onefrankguy.
8892

89-
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.6.0...HEAD
93+
[Unreleased]: https://github.com/rapid7/awsaml/compare/v1.6.1...HEAD
94+
[1.6.1]: https://github.com/rapid7/awsaml/compare/v1.6.0...v1.6.1
9095
[1.6.0]: https://github.com/rapid7/awsaml/compare/v1.5.0...v1.6.0
9196
[1.5.0]: https://github.com/rapid7/awsaml/compare/v1.4.0...v1.5.0
9297
[1.4.0]: https://github.com/rapid7/awsaml/compare/v1.3.0...v1.4.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.6.0",
3+
"version": "1.6.1",
44
"description": "Periodically refreshes AWS access keys",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)