Skip to content

Commit 9a079c8

Browse files
author
semantic-release
committed
1.1.2
Automatically generated by python-semantic-release
1 parent be82941 commit 9a079c8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

33

4+
## v1.1.2 (2025-02-05)
5+
6+
### Bug Fixes
7+
8+
- **ci**: Add required permission
9+
([`15592ee`](https://github.com/developmentseed/pydantic-ssm-settings/commit/15592eea7d8cc5d268ec4a6b5e11da744cd54114))
10+
11+
- **ci**: Expand permissions
12+
([`be82941`](https://github.com/developmentseed/pydantic-ssm-settings/commit/be829419e680c28ea23f85298b77579e291cabe4))
13+
14+
415
## v1.1.1 (2025-02-05)
516

617
### Bug Fixes

pydantic_ssm_settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .source import SsmSettingsSource
33

44
__all__ = ("SsmBaseSettings", "SsmSettingsConfigDict", "SsmSettingsSource")
5-
__version__ = "1.1.1"
5+
__version__ = "1.1.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "AWS SSM support for Pydantic Settings"
66
name = "pydantic-ssm-settings"
77
readme = "README.md"
88
requires-python = ">=3.9"
9-
version = "1.1.1"
9+
version = "1.1.2"
1010

1111
[dependency-groups]
1212
dev = [

0 commit comments

Comments
 (0)