Skip to content

Commit

Permalink
Merge pull request #38 from crungehottman/v2.3.0
Browse files Browse the repository at this point in the history
Release v2.3.0
  • Loading branch information
rohanpm committed Nov 12, 2021
2 parents b8b40e0 + cd9c35b commit 8882288
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [2.3.0] - 2021-11-09

### Added

- `releasever_alias` - Maps a major RHEL release version path prefix to the corresponding minor
RHEL release version path prefix. Only applies to RHEL versions that are not expecting new
minor releases.

## [2.2.0] - 2021-09-29

### Added
Expand Down Expand Up @@ -82,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v2.3.0...HEAD
[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
[2.1.0]: https://github.com/release-engineering/cdn-definitions/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/release-engineering/cdn-definitions/compare/v1.3.0...v2.0.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="2.2.0",
version="2.3.0",
author="Rohan McGovern",
author_email="rmcgover@redhat.com",
packages=find_packages("src"),
Expand Down

0 comments on commit 8882288

Please sign in to comment.