Skip to content

Commit

Permalink
1.0.1 - fixed readme.md github ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenKozelj committed Aug 5, 2023
1 parent bd82242 commit f449113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit f449113

Please sign in to comment.