diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3e9378c..b64df7df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## next +## 3.6.1 + *Features* - Enable the option to bypass endpoint validation for a service by using the annotation `krane.shopify.io/skip-endpoint-validation: true`. diff --git a/lib/krane/version.rb b/lib/krane/version.rb index 763882fb1..057ccdb58 100644 --- a/lib/krane/version.rb +++ b/lib/krane/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Krane - VERSION = "3.6.0" + VERSION = "3.6.1" end