diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e427b9e..eca323e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.21.2] - 2024-12-13 + +### Added + +Feat: Add --sentryDSN flag (#1325) + +### Fixed + +Fix: --ignoreInvalidTLS flag has no effect (#1331) + ## [1.21.1] - 2024-12-06 ### Fixed diff --git a/package-lock.json b/package-lock.json index ae46ee7d4..8fe1b4e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hyperjumptech/monika", - "version": "1.21.1", + "version": "1.21.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hyperjumptech/monika", - "version": "1.21.1", + "version": "1.21.2", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 53ea85625..0648d2a7e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperjumptech/monika", "description": "Synthetic monitoring made easy", - "version": "1.21.1", + "version": "1.21.2", "license": "MIT", "author": "@hyperjumptech", "main": "lib/index.js",