diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4db2a8..848c8b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased [patch] +## 4.0.2 - 2025-02-04 + +_Full changeset and discussions: [#1133](https://github.com/OpenTermsArchive/engine/pull/1133)._ > Development of this release was supported by the [European Union](https://commission.europa.eu/). ### Fixed + - Fix functionality of filtering by status for the issues list on GitLab ## 4.0.1 - 2024-12-11 diff --git a/package-lock.json b/package-lock.json index f76f6294..bee57a73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opentermsarchive/engine", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@opentermsarchive/engine", - "version": "4.0.1", + "version": "4.0.2", "license": "EUPL-1.2", "dependencies": { "@accordproject/markdown-cicero": "^0.15.2", diff --git a/package.json b/package.json index a5bd66e6..053b5ed9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/engine", - "version": "4.0.1", + "version": "4.0.2", "description": "Tracks and makes visible changes to the terms of online services", "homepage": "https://opentermsarchive.org", "bugs": {