Skip to content

Commit

Permalink
changelog entry for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Sep 24, 2020
1 parent 34f67bd commit 5ec05b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v2.2.0](https://github.com/YashdalfTheGray/federator/tree/v2.2.0) (2020-09-25)

### Added

- `trust-policy` subcommand that prints the correct trust policy for an account or an IAM resource

## [v2.1.0](https://github.com/YashdalfTheGray/federator/tree/v2.1.0) (2020-09-08)

### Added

- A `--region` flag to target a specific STS endpoint, defaults to the CLI configured region
- `--region` flag to target a specific STS endpoint, defaults to the CLI configured region

## [v2.0.0](https://github.com/YashdalfTheGray/federator/tree/v2.0.0) (2020-09-04)

Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func main() {
fmt.Println("The trust policy with the provided details is below:")
}
fmt.Println(trustPolicyCmd.TrustPolicyString())
os.Exit(0)
break
case "-h", "--help":
fmt.Println(fmt.Sprintf("\nfederator %s", constants.Version))
Expand Down

0 comments on commit 5ec05b2

Please sign in to comment.