From 080809c85500746439969c9173192d2007407d7d Mon Sep 17 00:00:00 2001 From: Georgiy Komarov Date: Thu, 31 Oct 2024 15:31:23 +0000 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228a8e8f..da870355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-10-31 + ### Added - `SuspiciousMessageMode` detector: PR [#193](https://github.com/nowarp/misti/pull/193) - `SendInLoop` detector: PR [#168](https://github.com/nowarp/misti/pull/168) diff --git a/package.json b/package.json index 7fc6f05d..9a42d992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowarp/misti", - "version": "0.4.2", + "version": "0.5.0", "repository": { "type": "git", "url": "git+https://github.com/nowarp/misti.git"