Commit d7b41ea7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(semantic-release): release 1.3.0 - [ci skip on prod]

parent 1f8bc562
Loading
Loading
Loading
Loading
Loading

CHANGELOG.md

0 → 100644
+11 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/tools/aws-auth-provider/compare/1.2.0...1.3.0) (2026-02-19)


### Bug Fixes

* add to instance name to entrypoint in main.py ([7e215cc](https://gitlab.com/to-be-continuous/tools/aws-auth-provider/commit/7e215cca77f3720b4044fdaf0c3e932504884a93))


### Features

* add instance name resolving for ssm ([0d0f5eb](https://gitlab.com/to-be-continuous/tools/aws-auth-provider/commit/0d0f5ebd6a89cf1b675addb6979a870b618c75c6))
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "aws-auth-provider"
version = "1.2.0"
version = "1.3.0"
description = ""
authors = [ ]
readme = "README.md"