diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d10ddc..a12bcbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3.5] - 2023-10-17 + +### Updated + +- Updated gem development dependencies +- Updated RSpec structure +- Updated linters configs +- Updated gem version + ## [1.3.4] - 2023-01-11 ### Updated diff --git a/lib/smtp_mock/version.rb b/lib/smtp_mock/version.rb index ccba5be..212e2b3 100644 --- a/lib/smtp_mock/version.rb +++ b/lib/smtp_mock/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SmtpMock - VERSION = '1.3.4' + VERSION = '1.3.5' end