Skip to content

Commit

Permalink
Technical/Update gem version (#125)
Browse files Browse the repository at this point in the history
* Updated gem version
* Updated changelog
  • Loading branch information
bestwebua authored Jan 5, 2024
1 parent 9df70b5 commit 2305d7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.6.0] - 2024-01-05

### Added

- Added ability to mock SRV records. Thanks [@Siphonay](https://github.com/Siphonay) for feature suggestion

### Updated

- Updated gem version
- Updated gem documentation

## [1.5.18] - 2024-01-03

### Updated
Expand Down
2 changes: 1 addition & 1 deletion lib/dns_mock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DnsMock
VERSION = '1.5.18'
VERSION = '1.6.0'
end

0 comments on commit 2305d7e

Please sign in to comment.