diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c69758..2e6ee83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ # [3.1.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.0.0...v3.1.0) +- Security fixes (xmldom, luxon) +- Improved automation and CI + # [3.0.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v2.2.0...v3.0.0) - Run tests against a live Bugzilla instance. diff --git a/package.json b/package.json index 7058020..9ede6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bugzilla", - "version": "3.0.0", + "version": "3.1.0", "description": "A NodeJS module to access Bugzilla instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",