diff --git a/CHANGELOG.md b/CHANGELOG.md index a679742..5faa8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.3...main) +# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.4...main) + +# [3.1.4](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.3...v3.1.4) + +- Allow to numbers in is_obsolete and is_patch for attachment # [3.1.3](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.2...v3.1.3) diff --git a/package.json b/package.json index bdd95bd..00631de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bugzilla", - "version": "3.1.3", + "version": "3.1.4", "description": "A NodeJS module to access Bugzilla instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",