diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbd2f50c..14024e67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.20.0] - 2024-04-18 + +### Added + +Feat: Configurable Follow HTTP Redirect for Probe Requests (#1270) +feat(node.js fetch): #1268 implement redirect for fetch (#1271) + +### Fixed + +fix(http): handle axios error code UNABLE_TO_VERIFY_LEAF_SIGNATURE (#1267) + ## [1.19.2] - 2024-04-01 ### Fixed diff --git a/package-lock.json b/package-lock.json index d0cc87323..9e3a98fb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hyperjumptech/monika", - "version": "1.19.2", + "version": "1.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hyperjumptech/monika", - "version": "1.19.2", + "version": "1.20.0", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 19f33fce3..06933294e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperjumptech/monika", "description": "Synthetic monitoring made easy", - "version": "1.19.2", + "version": "1.20.0", "license": "MIT", "author": "@hyperjumptech", "main": "lib/index.js",