diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6ee83..e9f1462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log -# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.0...main) +# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.1...main) + +# [3.1.1](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.0...v3.1.1) + +- Documentation fixes +- Dependency updates +- Drop support of NodeJS 14.x - EOL # [3.1.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.0.0...v3.1.0) diff --git a/package.json b/package.json index a1d134e..47849e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bugzilla", - "version": "3.1.0", + "version": "3.1.1", "description": "A NodeJS module to access Bugzilla instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",