diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d11ede0..2e7477f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "providers/openfeature-meta_provider": "0.0.7", "providers/openfeature-flipt-provider": "0.0.3", "providers/openfeature-go-feature-flag-provider": "0.1.12", - "providers/openfeature-flagsmith-provider": "0.1.1", + "providers/openfeature-flagsmith-provider": "0.1.2", "providers/openfeature-ofrep-provider": "0.1.1", "hooks/openfeature-otel-hook": "0.1.1" } diff --git a/providers/openfeature-flagsmith-provider/CHANGELOG.md b/providers/openfeature-flagsmith-provider/CHANGELOG.md index e1d2401..55bc8d7 100644 --- a/providers/openfeature-flagsmith-provider/CHANGELOG.md +++ b/providers/openfeature-flagsmith-provider/CHANGELOG.md @@ -5,6 +5,20 @@ 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.1.2](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagsmith-provider/v0.1.1...openfeature-flagsmith-provider/v0.1.2) (2026-03-09) + + +### ✨ New Features + +* add OFREP provider ([#80](https://github.com/open-feature/ruby-sdk-contrib/issues/80)) ([e33e0ab](https://github.com/open-feature/ruby-sdk-contrib/commit/e33e0ab340193eee4434df65bb33e1002a69eaad)) + + +### 🧹 Chore + +* add conformance tests, SimpleCov, version standardization, and README improvements ([#95](https://github.com/open-feature/ruby-sdk-contrib/issues/95)) ([1c430a9](https://github.com/open-feature/ruby-sdk-contrib/commit/1c430a92041a7841ac01a2642a66376b8259acd2)) +* improve repository maturity and contributor experience ([#91](https://github.com/open-feature/ruby-sdk-contrib/issues/91)) ([7e28025](https://github.com/open-feature/ruby-sdk-contrib/commit/7e280257e6f543bc46537f43aeac302be003b47b)) +* update minimum Ruby version to >= 3.4 ([#83](https://github.com/open-feature/ruby-sdk-contrib/issues/83)) ([ccf689a](https://github.com/open-feature/ruby-sdk-contrib/commit/ccf689a097de8d7db86fffd84b2127ac75687d4c)) + ## [0.1.1](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagsmith-provider-v0.1.0...openfeature-flagsmith-provider/v0.1.1) (2025-11-27) diff --git a/providers/openfeature-flagsmith-provider/Gemfile.lock b/providers/openfeature-flagsmith-provider/Gemfile.lock index d3ebd21..9296824 100644 --- a/providers/openfeature-flagsmith-provider/Gemfile.lock +++ b/providers/openfeature-flagsmith-provider/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - openfeature-flagsmith-provider (0.1.1) + openfeature-flagsmith-provider (0.1.2) flagsmith (~> 4.3) openfeature-sdk (~> 0.3.1) diff --git a/providers/openfeature-flagsmith-provider/lib/openfeature/flagsmith/version.rb b/providers/openfeature-flagsmith-provider/lib/openfeature/flagsmith/version.rb index 9bbd612..b7a07a9 100644 --- a/providers/openfeature-flagsmith-provider/lib/openfeature/flagsmith/version.rb +++ b/providers/openfeature-flagsmith-provider/lib/openfeature/flagsmith/version.rb @@ -2,6 +2,6 @@ module OpenFeature module Flagsmith - VERSION = "0.1.1" + VERSION = "0.1.2" end end