Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Sep 15, 2023
1 parent f8c6a6a commit 6350818
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [3.1.0] - 2023-09-15

### Added

- `override_final_rhel_release` - Used to override final RHEL version for repositories of given
content set.

## [3.0.0] - 2023-08-30

### Added
Expand Down Expand Up @@ -101,7 +108,8 @@ CDN repos and feature flags which should be enabled on those repos.

- Initial release

[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/release-engineering/cdn-definitions/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.1.0...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

setup(
name="cdn-definitions",
version="3.0.0",
version="3.1.0",
author="Rohan McGovern",
author_email="[email protected]",
packages=find_packages("src"),
Expand Down

0 comments on commit 6350818

Please sign in to comment.