From 58c9e239fc55c12d2e97a5fcbaa9bc1156ccca17 Mon Sep 17 00:00:00 2001 From: Lukas Hlavacka Date: Wed, 29 Nov 2023 13:42:15 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ lib/eventsimple/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa504ec0..a126c4f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.2.2 - 2023-11-29 +### Changed +- Add support for filtering events by metadata values + ## 1.2.1 - 2023-11-18 ### Changed - Allow timestamp data in events to override default timestamps update. diff --git a/lib/eventsimple/version.rb b/lib/eventsimple/version.rb index 5c112833d..f464ecf3a 100644 --- a/lib/eventsimple/version.rb +++ b/lib/eventsimple/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Eventsimple - VERSION = '1.2.1' + VERSION = '1.2.2' end