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

Commit

Permalink
Merge pull request #200 from gene1wood/release_1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
gene1wood authored Feb 20, 2020
2 parents c741403 + 07e3958 commit a42105f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2020-02-20

### Fixed
* 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)

## [1.1.0] - 2020-02-13
### Changed
* Revert the change in [#160](https://github.com/mozilla-iam/mozilla-aws-cli/issues/160)
Expand Down Expand Up @@ -99,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Initial release of the mozilla-aws-cli tool

[Unreleased]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/mozilla-iam/mozilla-aws-cli/compare/v0.1.1...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
tests_require=test_requirements,
extras_require=extras,
url="https://github.com/mozilla-iam/mozilla-aws-cli",
version="1.1.0",
version="1.1.1",
zip_safe=False,
)

0 comments on commit a42105f

Please sign in to comment.