diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ad2e55b9..5788229a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ========== +v2.19.1 +------- +* Expose metrics about the number of completed builds and their status +* Improvements to offline local builds such as being able to provide the platform ID +* Add backwards-compatibility for cloning local repos with the artifact name and not the full path + v2.19.0 ------- * Fix an issue in MMDResolver when a transitive dependency cannot be satisfied diff --git a/setup.py b/setup.py index 2a071626..9f72b485 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.19.0', + version='2.19.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"