diff --git a/CHANGELOG.md b/CHANGELOG.md index 1755594..622340c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.6.1](https://github.com/dlenroc/node-testrail-api/compare/v1.6.0...v1.6.1) (2022-04-08) + + +### Bug Fixes + +* pagination ([6ef27a8](https://github.com/dlenroc/node-testrail-api/commit/6ef27a826f5116aa40504e4b7ab74efb37956496)) + ## [1.6.0](https://github.com/dlenroc/node-testrail-api/compare/v1.5.0...v1.6.0) (2022-03-05) diff --git a/package.json b/package.json index 61944f3..de1acb4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dlenroc/testrail", "description": "TestRail API client with error handling and typing", - "version": "1.6.0", + "version": "1.6.1", "author": "Corneliu Duplachi", "license": "MIT", "homepage": "https://github.com/dlenroc/node-testrail-api",