From 4dd39fd13077c63c2329ea4d858c58beea81316d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Perras?= Date: Wed, 7 Jun 2023 14:52:31 -0400 Subject: [PATCH] chore(release): prepare for 0.3.2 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21540ac..b025c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.3.2] - 2023-06-07 ### Miscellaneous Tasks diff --git a/pyproject.toml b/pyproject.toml index f31d7ff..ce35429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dynaconf-aws-loader" -version = "0.3.1" +version = "0.3.2" description = "A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth" homepage = "https://github.com/fictivekin/dynaconf-aws-loader" repository = "https://github.com/fictivekin/dynaconf-aws-loader"