From 2d5458af07bc13d6ee9969f109e1df8a30e1bada Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Fri, 10 Mar 2023 16:20:54 -0800 Subject: [PATCH] [FSSDK-8975] Bump minor version in changelog (#367) * bump minor version in changelog * update package version --- CHANGELOG.MD | 4 ++++ pkg/event/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index ff109f04..e138b113 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] Changes that have landed but are not yet released. +## [1.8.4] - March 10th, 2023 + +* We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#366](https://github.com/optimizely/go-sdk/pull/366)) + ## [1.8.3] - October 12, 2022 ### New Features diff --git a/pkg/event/version.go b/pkg/event/version.go index b45e453e..aad09472 100644 --- a/pkg/event/version.go +++ b/pkg/event/version.go @@ -18,7 +18,7 @@ package event // Version is the current version of the client -var Version = "1.8.3" +var Version = "1.8.4" // ClientName is the name of the client var ClientName = "go-sdk"