Skip to content

Commit fc93bfe

Browse files
committed
v1.8.0b2
1 parent 701e445 commit fc93bfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

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

14-
## [1.8.0b1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.8.0b1) - 2025-02-28
14+
## [1.8.0b2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.8.0b2) - 2025-03-04
1515

1616
### Deprecated
1717

1818
- Timestamp: Direct access to `obj` and `add_delta` have been deprecated and will be removed in a future version. ([#255](https://github.com/opsmill/infrahub-sdk-python/issues/255))
1919

2020
### Changed
2121

22-
- Changes InfrahubNode `artifact_fetch` and `artifact_generate` methods to use the name of the artifact instead of the name of the artifact definition.
22+
- Changes InfrahubNode/InfrahubNodeSync `artifact_fetch` and `artifact_generate` methods to use the name of the artifact instead of the name of the artifact definition.
2323

2424
### Fixed
2525

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.8.0b1"
3+
version = "1.8.0b2"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)