Skip to content

Commit

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

- n/a

## [2.2.0] - 2021-03-30

### Added

- `populate_ubi_dot_repos` - drives population of ubi DOT repositories

## Changed

- Definitions data objects are now immutable.

## [2.1.0] - 2021-03-30

### Added
Expand Down Expand Up @@ -72,7 +82,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.1.0...HEAD
[Unreleased]: https://github.com/release-engineering/cdn-definitions/compare/v2.2.0...HEAD
[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
[1.3.0]: https://github.com/release-engineering/cdn-definitions/compare/v1.2.0...v1.3.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.1.0",
version="2.2.0",
author="Rohan McGovern",
author_email="rmcgover@redhat.com",
packages=find_packages("src"),
Expand Down

0 comments on commit e7bda52

Please sign in to comment.