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

Commit

Permalink
Release v0.1.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gene1wood committed Nov 26, 2019
1 parent 237e448 commit 2945f76
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2019-11-26
### Added
* Default max session duration of 12 hours

## [0.0.7] - 2019-11-26
### Added
* Support for setting a managed policy #3

## [0.0.6] - 2019-09-12
### Changed
* Change federated principal to accept an AWS account ID #2

[Unreleased]: https://github.com/mozilla-iam/mozfederatedpolicybuilder/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/mozilla-iam/mozfederatedpolicybuilder/compare/v0.0.7...v0.1.0
[0.0.7]: https://github.com/mozilla-iam/mozfederatedpolicybuilder/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/mozilla-iam/mozfederatedpolicybuilder/releases/tag/v0.0.6
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="mozfederatedpolicybuilder",
version="0.0.7",
version="0.1.0",
author="Gene Wood",
author_email='gene_wood@cementhorizon.com',
description="Tool to create an AWS IAM Role with a federated policy "
Expand Down

0 comments on commit 2945f76

Please sign in to comment.