Skip to content

Commit 97e9850

Browse files
committed
Bump gem version to 0.41.0
1 parent c26e675 commit 97e9850

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.41.0
4+
5+
* Retry GithubSyncJob when expected_head_sha is not found in the github response. (#1417)
6+
37
# 0.40.1
48

59
* Suppress ActionView warnings (#1414)

lib/shipit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Shipit
4-
VERSION = '0.40.1'
4+
VERSION = '0.41.0'
55
end

0 commit comments

Comments
 (0)