Skip to content

Commit

Permalink
chore(main): release jans-pycloudlib 1.0.5 (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto3 authored Dec 1, 2022
1 parent 686fec8 commit 2b5c52a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions jans-pycloudlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.5](https://github.com/JanssenProject/jans/compare/jans-pycloudlib-v1.0.4...jans-pycloudlib-v1.0.5) (2022-12-01)


### Features

* **jans-pycloudlib:** add AWS Secrets Manager support for configuration layers ([#3112](https://github.com/JanssenProject/jans/issues/3112)) ([0522e61](https://github.com/JanssenProject/jans/commit/0522e61809b9052adce4fdb0db77e2d71558144e))


### Bug Fixes

* getting ready for a release ([0bda832](https://github.com/JanssenProject/jans/commit/0bda832ebc1da7017231deb38fe9aa6c7c51360a))

## [1.0.4](https://github.com/JanssenProject/jans/compare/jans-pycloudlib-v1.0.3...jans-pycloudlib-v1.0.4) (2022-11-08)


Expand Down
2 changes: 1 addition & 1 deletion jans-pycloudlib/jans/pycloudlib/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""This module contains version-related info."""

__version__ = "1.0.5-dev" # pragma: no cover
__version__ = "1.0.5" # pragma: no cover

0 comments on commit 2b5c52a

Please sign in to comment.