Skip to content

Commit 2089564

Browse files
authored
Prepare for the release of version 3.6.1 (#961)
1 parent 6beb0c1 commit 2089564

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## next
22

3+
## 3.6.1
4+
35
*Features*
46

57
- 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-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Krane
3-
VERSION = "3.6.0"
3+
VERSION = "3.6.1"
44
end

0 commit comments

Comments
 (0)