We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26e675 commit 97e9850Copy full SHA for 97e9850
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.41.0
4
+
5
+* Retry GithubSyncJob when expected_head_sha is not found in the github response. (#1417)
6
7
# 0.40.1
8
9
* Suppress ActionView warnings (#1414)
lib/shipit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Shipit
- VERSION = '0.40.1'
+ VERSION = '0.41.0'
end
0 commit comments