Skip to content

Commit dabb7c9

Browse files
authored
Merge pull request #353 from opsmill/wvd-20250411-prep-1.10.2-release
Prep release 1.10.2
2 parents 29b8a7d + bd6fd44 commit dabb7c9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

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

14-
## [1.9.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.1) - 2025-04-04
14+
## [1.10.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.2) - 2025-04-11
15+
16+
### Fixed
17+
18+
- fix an issue where nodes attributes were not updated when setting the same value than the one used during node instantiation
19+
- fixes an issue where the default branch of the client store was not properly set in a generator
20+
21+
## [1.10.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.1) - 2025-04-04
1522

1623
### Changed
1724

changelog/+store_default_branch_generator.fixed.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-sdk"
3-
version = "1.10.1"
3+
version = "1.10.2"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)