From 2ee4975382da73edb10822e405b969067579cd3b Mon Sep 17 00:00:00 2001 From: softvar Date: Mon, 11 Apr 2022 15:41:51 +0530 Subject: [PATCH] chore(CHANGELOG.md): add entry --- CHANGELOG.md | 3 +++ lib/vwo/constants.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be7f2f6..86325b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.36.0] - 2022-04-04 + +- Fix resolving `vwo_sdk_log_messages` dependency ## [1.35.0] - 2022-03-28 diff --git a/lib/vwo/constants.rb b/lib/vwo/constants.rb index 7951277..d75d511 100644 --- a/lib/vwo/constants.rb +++ b/lib/vwo/constants.rb @@ -27,7 +27,7 @@ module CONSTANTS HTTP_PROTOCOL = 'http://' HTTPS_PROTOCOL = 'https://' URL_NAMESPACE = '6ba7b811-9dad-11d1-80b4-00c04fd430c8' - SDK_VERSION = '1.35.0' + SDK_VERSION = '1.36.0' SDK_NAME = 'ruby' VWO_DELIMITER = '_vwo_' MAX_EVENTS_PER_REQUEST = 5000