Skip to content

Commit

Permalink
release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Nov 16, 2021
1 parent 5e6e5ac commit a1be223
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v1.3.1] - 2021-11-15

* Fix missing --url-action and --browser #113
* Don't print out URL when sending to browser/clipboard for security
* Escape colon in ARN's for `-a` flag to work around the colon being a
Expand Down Expand Up @@ -93,7 +95,8 @@
## [v1.0.0] - 2021-07-15

Initial release
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.3.0...main
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.3.1...main
[v1.3.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.3.1
[v1.3.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.3.0
[v1.2.3]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.2.3
[v1.2.2]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.2.2
Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
PROJECT_VERSION := 1.3.1
DOCKER_REPO := synfinatic
PROJECT_NAME := aws-sso

DIST_DIR ?= dist/
GOOS ?= $(shell uname -s | tr "[:upper:]" "[:lower:]")
ARCH ?= $(shell uname -m)
Expand All @@ -18,9 +22,6 @@ endif

BUILDINFOSDET ?=
PROGRAM_ARGS ?=
PROJECT_VERSION := 1.3.0
DOCKER_REPO := synfinatic
PROJECT_NAME := aws-sso
ifeq ($(PROJECT_TAG),)
PROJECT_TAG := NO-TAG
endif
Expand Down

0 comments on commit a1be223

Please sign in to comment.