Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit a42105f

Browse files
authored
Merge pull request #200 from gene1wood/release_1.1.1
Release 1.1.1
2 parents c741403 + 07e3958 commit a42105f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.1] - 2020-02-20
10+
11+
### Fixed
12+
* Case where a user has no `~/.cache/` directory and `maws` fails to create it [#199](https://github.com/mozilla-iam/mozilla-aws-cli/issues/199)
13+
914
## [1.1.0] - 2020-02-13
1015
### Changed
1116
* Revert the change in [#160](https://github.com/mozilla-iam/mozilla-aws-cli/issues/160)
@@ -99,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99104
### Added
100105
* Initial release of the mozilla-aws-cli tool
101106

102-
[Unreleased]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.0...HEAD
107+
[Unreleased]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.1...HEAD
108+
[1.1.1]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.0...v1.1.1
103109
[1.1.0]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.0.0...v1.1.0
104110
[1.0.0]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v0.2.0...v1.0.0
105111
[0.2.0]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v0.1.1...v0.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
tests_require=test_requirements,
5858
extras_require=extras,
5959
url="https://github.com/mozilla-iam/mozilla-aws-cli",
60-
version="1.1.0",
60+
version="1.1.1",
6161
zip_safe=False,
6262
)

0 commit comments

Comments
 (0)