Skip to content

Commit

Permalink
added to CHANGELOG.md and incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliito committed Jan 3, 2024
1 parent cb5224a commit 9342f61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.2.12 - 2023-01-02
## 5.2.12 - 2024-01-03
### Changed
- Added ability to override **visibility_timeout** for QueuePoller

## 5.2.12 - 2024-01-02
### Changed
- Updated dependencies

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pheme (5.2.12)
pheme (5.2.13)
activesupport (>= 4)
aws-sdk-sns (~> 1.1)
aws-sdk-sqs (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/pheme/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pheme
VERSION = '5.2.12'.freeze
VERSION = '5.2.13'.freeze
end

0 comments on commit 9342f61

Please sign in to comment.