diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b635a..6c34118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [3.3.1] - 2024.04.23 + +### Updated + +- Updated runtime/development dependencies +- Updated `codeclimate`/`reek` configs +- Updated gem version + ## [3.3.0] - 2024.02.26 ### Added diff --git a/lib/truemail/version.rb b/lib/truemail/version.rb index c793413..b771ecc 100644 --- a/lib/truemail/version.rb +++ b/lib/truemail/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Truemail - VERSION = '3.3.0' + VERSION = '3.3.1' end