diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 000263ef..f895f66f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,16 @@ Change Log ========== +v2.25.0 +------- +* Add support for "default modules" (Ursa-Prime) +* Allow modules built against an EoL platform to be used as a build dependency +* Allow the poller to clean up module builds without arches +* Default the cache directory to "/tmp/mbs" instead of under the home directory +* Do not start a Koji newRepo task if one is in progress +* Support base modules with virtual streams and no stream version +* Allow specifying a specific module build to reuse components from + v2.24.0 ------- * Allow configuring the number of parallel submissions to Koji diff --git a/setup.py b/setup.py index acd8b5a4..cba7f8e0 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, "test-requirements setup( name="module-build-service", description="The Module Build Service for Modularity", - version="2.24.0", + version="2.25.0", classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"], keywords="module build service fedora modularity koji mock rpm", author="The Factory 2.0 Team",