diff --git a/CHANGELOG.md b/CHANGELOG.md index 6848e49..0d947d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [0.2.0] + +- Corrected name of `IGrowthbook` to `IGrowthBook` + ## [0.1.2] - ci: moved from MSTest to Xunit diff --git a/GrowthBook/GrowthBook.cs b/GrowthBook/GrowthBook.cs index 73c0d76..eab4dba 100644 --- a/GrowthBook/GrowthBook.cs +++ b/GrowthBook/GrowthBook.cs @@ -10,7 +10,7 @@ namespace GrowthBook // feature flagging and A/B testing platform. // More info at https://www.growthbook.io /// - public class GrowthBook : IGrowthbook, IDisposable + public class GrowthBook : IGrowthBook, IDisposable { // #region Private Members diff --git a/GrowthBook/GrowthBook.csproj b/GrowthBook/GrowthBook.csproj index 8cccb65..2671cae 100644 --- a/GrowthBook/GrowthBook.csproj +++ b/GrowthBook/GrowthBook.csproj @@ -11,7 +11,7 @@ https://github.com/growthbook/growthbook-csharp.git git GrowthBook,A/B test,feature toggle - 0.1.2 + 0.2.0 @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/GrowthBook/IGrowthBook.cs b/GrowthBook/IGrowthBook.cs index e934631..3982361 100644 --- a/GrowthBook/IGrowthBook.cs +++ b/GrowthBook/IGrowthBook.cs @@ -6,7 +6,7 @@ namespace GrowthBook /// /// Providing operations to interact with feature flags. /// - public interface IGrowthbook + public interface IGrowthBook { /// /// Checks to see if a feature is on.