From 179184f2062078d14778f1b30c8fd275c393e6ab Mon Sep 17 00:00:00 2001 From: Rustam Sharshenov Date: Mon, 30 Oct 2023 09:14:51 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 ++++++- lib/active_job/uniqueness/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649c27e..a0cef9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased](https://github.com/veeqo/activejob-uniqueness/compare/v0.3.0...HEAD) +## [Unreleased](https://github.com/veeqo/activejob-uniqueness/compare/v0.3.1...HEAD) +## [0.3.1](https://github.com/veeqo/activejob-uniqueness/compare/v0.3.0...v0.3.1) - 2023-10-30 + +### Fixed + +- [#67](https://github.com/veeqo/activejob-uniqueness/pull/67) Random redis errors on delete_lock by [@laurafeier](https://github.com/laurafeier) ## [0.3.0](https://github.com/veeqo/activejob-uniqueness/compare/v0.2.5...v0.3.0) - 2023-10-20 diff --git a/lib/active_job/uniqueness/version.rb b/lib/active_job/uniqueness/version.rb index 1e8fbec..dbcb77f 100644 --- a/lib/active_job/uniqueness/version.rb +++ b/lib/active_job/uniqueness/version.rb @@ -2,6 +2,6 @@ module ActiveJob module Uniqueness - VERSION = '0.3.0' + VERSION = '0.3.1' end end