From f449113a6429136d2240eddc131ec1ad789d5066 Mon Sep 17 00:00:00 2001 From: Klemen Kozelj Date: Sat, 5 Aug 2023 17:22:09 +0200 Subject: [PATCH] 1.0.1 - fixed readme.md github ci badge --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5efcb6b..fe8fd7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2023-08-05 +### Fixed +- readme.md github ci badge + ## [1.0.0] - 2023-08-05 ### Added - initial implementation \ No newline at end of file diff --git a/README.md b/README.md index b2d4df5..75c34ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-aws-sts-authenticator -[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![CI](https://github.com/KlemenKozelj/go-aws-sts-authenticator/actions/workflows/main.yml/badge.svg) ![Vulnerabilities](https://snyk.io/test/github/KlemenKozelj/go-aws-sts-authenticator/badge.svg) +[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/KlemenKozelj/go-aws-sts-authenticator/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/KlemenKozelj/go-aws-sts-authenticator/actions/workflows/main.yaml) ![Vulnerabilities](https://snyk.io/test/github/KlemenKozelj/go-aws-sts-authenticator/badge.svg) **go-aws-sts-authenticator** is a lightweight open-source project developed in Go. The primary objective of this project is to simplify API request authentication by reusing AWS IAM and STS services. It was inspired by Mongo's Atlas password-less database authentication mechanism, please see the credit section below for details.