From 2784859bf3cf22203c7addfab9e0d13b498f7ece Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Mon, 14 Oct 2024 09:56:36 +0200 Subject: [PATCH] Technical/Update gem version (#156) * Updated gem version * Updated changelog --- CHANGELOG.md | 8 ++++++++ lib/dns_mock/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a1464..b9da965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.5] - 2024-10-14 + +### Updated + +- Updated gem development dependencies +- Updated `circleci`/`rubocop` configs +- Updated gem version + ## [1.7.4] - 2024-07-16 ### Updated diff --git a/lib/dns_mock/version.rb b/lib/dns_mock/version.rb index bab9d8e..eb48f74 100644 --- a/lib/dns_mock/version.rb +++ b/lib/dns_mock/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DnsMock - VERSION = '1.7.4' + VERSION = '1.7.5' end