Skip to content

Commit 1a2fd19

Browse files
authored
Technical/Update gem version (#270)
* Updated gem version * Updated changelog
1 parent 0e4ada5 commit 1a2fd19

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
## [3.1.0] - 2023.10.31
6+
7+
### Updated
8+
9+
- Updated runtime/development dependencies
10+
- Updated gemspecs
11+
- Updated RSpec helpers namespaces
12+
- Updated `codeclimate`/`reek` configs
13+
- Updated gem version
14+
515
## [3.0.9] - 2023.07.19
616

717
### Fixed

lib/truemail/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 Truemail
4-
VERSION = '3.0.9'
4+
VERSION = '3.1.0'
55
end

0 commit comments

Comments
 (0)