Skip to content

Commit bd02b05

Browse files
authored
Technical/Update gem version (#78)
* Updated gem version * Updated changelog
1 parent 7bdde40 commit bd02b05

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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).
44

5+
## [1.3.5] - 2023-10-17
6+
7+
### Updated
8+
9+
- Updated gem development dependencies
10+
- Updated RSpec structure
11+
- Updated linters configs
12+
- Updated gem version
13+
514
## [1.3.4] - 2023-01-11
615

716
### Updated

lib/smtp_mock/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SmtpMock
4-
VERSION = '1.3.4'
4+
VERSION = '1.3.5'
55
end

0 commit comments

Comments
 (0)