Skip to content

Commit

Permalink
NPE-475: Tag 4.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Oct 29, 2024
1 parent 64edbea commit f3cbfc5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
**Cleanups**
- N/A

## [v4.7.0](https://github.com/Tapjoy/chore/tree/v4.7.0)

**Features**
- N/A

**Fixed bugs**
- Fix AWS instance credential fetching never retrying on failure
- Fix SQS consumer never recovering from certain AWS client errors such as authentication failures

**Cleanups**
- N/A

## [v4.6.0](https://github.com/Tapjoy/chore/tree/v4.6.0)

**Cleanups**
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.latest.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chore-core (4.6.0)
chore-core (4.7.0)
aws-sdk-sqs (>= 1)
get_process_mem (>= 0.2.0)
multi_json
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.ruby27.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chore-core (4.6.0)
chore-core (4.7.0)
aws-sdk-sqs (>= 1)
get_process_mem (>= 0.2.0)
multi_json
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.ruby31.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chore-core (4.6.0)
chore-core (4.7.0)
aws-sdk-sqs (>= 1)
get_process_mem (>= 0.2.0)
multi_json
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.ruby32.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chore-core (4.6.0)
chore-core (4.7.0)
aws-sdk-sqs (>= 1)
get_process_mem (>= 0.2.0)
multi_json
Expand Down
4 changes: 2 additions & 2 deletions lib/chore/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Chore
module Version #:nodoc:
MAJOR = 4
MINOR = 6
PATCH = 1
MINOR = 7
PATCH = 0

STRING = [ MAJOR, MINOR, PATCH ].join('.')
end
Expand Down

0 comments on commit f3cbfc5

Please sign in to comment.