diff --git a/CHANGELOG.md b/CHANGELOG.md index 3836fec..cc3e0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/Aeolun/ts-jira-client/compare/v1.0.1...v1.0.2) (2024-04-01) + + +### Bug Fixes + +* corrected the strictSSL setting for the jira client ([#1](https://github.com/Aeolun/ts-jira-client/issues/1)) ([03da7b2](https://github.com/Aeolun/ts-jira-client/commit/03da7b209aae320cd2499901e53fc6a716bd0f19)) + ## [1.0.1](https://github.com/Aeolun/ts-jira-client/compare/v1.0.0...v1.0.1) (2024-02-05) diff --git a/package.json b/package.json index 6142321..a86a1e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-jira-client", - "version": "1.0.1", + "version": "1.0.2", "description": "Wrapper for the JIRA API, based off jira-client", "authors": [ "Bart Riepe ",