Skip to content

Commit 0b9c723

Browse files
committed
Update version to 1.4.1 and add RN
1 parent b454b92 commit 0b9c723

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111

1212
<!-- towncrier release notes start -->
1313

14+
## [1.4.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.3.0) - 2025-01-05
15+
16+
### Fixed
17+
18+
- Fixes an issue introduced in 1.4 that would prevent a node with relationship of cardinality one from being updated.
19+
20+
1421
## [1.4.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.4.0) - 2025-01-03
1522

1623
### Changed

changelog/+nodeupdate.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "infrahub-sdk"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
requires-python = ">=3.9"
55

66
[tool.poetry]
77
name = "infrahub-sdk"
8-
version = "1.4.0"
8+
version = "1.4.1"
99
description = "Python Client to interact with Infrahub"
1010
authors = ["OpsMill <[email protected]>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)