Skip to content

Commit 2305d7e

Browse files
authored
Technical/Update gem version (#125)
* Updated gem version * Updated changelog
1 parent 9df70b5 commit 2305d7e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.6.0] - 2024-01-05
6+
7+
### Added
8+
9+
- Added ability to mock SRV records. Thanks [@Siphonay](https://github.com/Siphonay) for feature suggestion
10+
11+
### Updated
12+
13+
- Updated gem version
14+
- Updated gem documentation
15+
516
## [1.5.18] - 2024-01-03
617

718
### Updated

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.5.18'
4+
VERSION = '1.6.0'
55
end

0 commit comments

Comments
 (0)