We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6beb0c1 commit 2089564Copy full SHA for 2089564
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## next
2
3
+## 3.6.1
4
+
5
*Features*
6
7
- Enable the option to bypass endpoint validation for a service by using the annotation `krane.shopify.io/skip-endpoint-validation: true`.
lib/krane/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Krane
- VERSION = "3.6.0"
+ VERSION = "3.6.1"
end
0 commit comments