Skip to content

Commit 8529c0b

Browse files
authored
Technical/Update gem version (#142)
* Updated gem version * Updated changelog
1 parent 2a33a92 commit 8529c0b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.7.1] - 2024-04-21
6+
7+
### Updated
8+
9+
- Updated gem development dependencies
10+
- Updated gem version
11+
512
## [1.7.0] - 2024-04-18
613

714
### Added

lib/dns_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 DnsMock
4-
VERSION = '1.7.0'
4+
VERSION = '1.7.1'
55
end

0 commit comments

Comments
 (0)