From aee113577c696462a915abe98f21a912d5a691d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 12:22:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20version=200.1.0=20=E2=86=92=200.?= =?UTF-8?q?1.1=20[release]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae7336..8f0733c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.1 (2024-04-18) + +### Fix + +- Description + ## v0.1.0 (2024-04-18) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 06d19a1..b83f3db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nats-jwt" -version = "0.1.0" +version = "0.1.1" description = "NATS JWT tokens signed using NKeys for the Python3 ecosystem" authors = ["Seznam.cz, a.s. "] license = "Apache-2.0" @@ -34,6 +34,7 @@ annotated_tag = true + [tool.poetry.group.test.dependencies] pytest = "^7.4.3" coverage = { version = "^7.3.2", extras = ["toml"] }