Skip to content

Commit

Permalink
Technical/Update gem version (#145)
Browse files Browse the repository at this point in the history
* Updated gem version
* Updated changelog
  • Loading branch information
bestwebua authored May 13, 2024
1 parent d4d2373 commit d1db1d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.7.2] - 2024-05-13

### Updated

- Updated gem runtime/development dependencies
- Updated gem version

## [1.7.1] - 2024-04-21

### 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.7.1'
VERSION = '1.7.2'
end

0 comments on commit d1db1d5

Please sign in to comment.