Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Feb 5, 2025
1 parent be82941 commit 9a079c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## v1.1.2 (2025-02-05)

### Bug Fixes

- **ci**: Add required permission
([`15592ee`](https://github.com/developmentseed/pydantic-ssm-settings/commit/15592eea7d8cc5d268ec4a6b5e11da744cd54114))

- **ci**: Expand permissions
([`be82941`](https://github.com/developmentseed/pydantic-ssm-settings/commit/be829419e680c28ea23f85298b77579e291cabe4))


## v1.1.1 (2025-02-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pydantic_ssm_settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .source import SsmSettingsSource

__all__ = ("SsmBaseSettings", "SsmSettingsConfigDict", "SsmSettingsSource")
__version__ = "1.1.1"
__version__ = "1.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "AWS SSM support for Pydantic Settings"
name = "pydantic-ssm-settings"
readme = "README.md"
requires-python = ">=3.9"
version = "1.1.1"
version = "1.1.2"

[dependency-groups]
dev = [
Expand Down

0 comments on commit 9a079c8

Please sign in to comment.