Skip to content

Commit fa1d161

Browse files
committed
Release 3.3.0
1 parent 7873ef0 commit fa1d161

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- n/a
1111

12+
## [3.3.0] - 2025-01-15
13+
14+
### Added
15+
16+
- `rhui_product_ids` - supersedes the now-deprecated `rhui_product_id`,
17+
allowing the definition of multiple RHUI product IDs.
18+
1219
## [3.2.0] - 2024-12-12
1320

1421
### Added
@@ -114,7 +121,8 @@ CDN repos and feature flags which should be enabled on those repos.
114121

115122
- Initial release
116123

117-
[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v3.2.0...HEAD
124+
[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v3.3.0...HEAD
125+
[3.3.0]: https://github.com/release-engineering/cdn-definitions/compare/v3.2.0...v3.3.0
118126
[3.2.0]: https://github.com/release-engineering/cdn-definitions/compare/v3.1.0...v3.2.0
119127
[3.1.0]: https://github.com/release-engineering/cdn-definitions/compare/v3.0.0...v3.1.0
120128
[3.0.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.3.0...v3.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

2222
setup(
2323
name="cdn-definitions",
24-
version="3.2.0",
24+
version="3.3.0",
2525
author="Rohan McGovern",
2626
author_email="[email protected]",
2727
packages=find_packages("src"),

0 commit comments

Comments
 (0)