diff --git a/CHANGELOG.md b/CHANGELOG.md index 0564cef..1f2b161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.2.0] - 2024-07-05 +## [3.1.0] - 2024-07-05 ### Added -- #14: Added a straightforward way to find and track coverage on all interoperability processes in the current namespace - -## [3.1.0] - 2024-01-17 - -### Changed - #23: Allow CoverageClasses and CoverageRoutines to be specified as %DynamicArray in addition to $ListBuild() lists. +- #14: Added a straightforward way to find and track coverage on all interoperability processes in the current namespace ### Fixed - #24: Whenever a new tag is created, a new release will be published using the tag string as its version. The release also comes with an export of the TestCoverage package in XML. diff --git a/module.xml b/module.xml index 55a559a..9ed8a0f 100644 --- a/module.xml +++ b/module.xml @@ -2,7 +2,7 @@ TestCoverage - 3.2.0 + 3.1.0 Run your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. module