diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7d969cea..13099414 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,11 @@ Change Log ========== +v2.18.2 +------- +* Find compatible base modules based on the virtual streams and stream versions, not just the stream versions +* Support base modules with x.y.z versioning and no virtual streams + v2.18.1 ------- * Fix an issue where certain module builds would fail with the "Invalid modulemd" error diff --git a/setup.py b/setup.py index 0afaf077..a4005d24 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,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.18.1', + version='2.18.2', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"