Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions openfeature-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog

## [openfeature/v0.2.0](https://github.com/mixpanel/mixpanel-python/tree/openfeature/v0.2.0) (2026-07-28)

### Fixes
- restore PyPy 3.9 compatibility by pinning pydantic ([#176](https://github.com/mixpanel/mixpanel-python/pull/176))

### Chores
- pin mixpanel >=5.3.0 for FallbackReason (SDK-126) ([#185](https://github.com/mixpanel/mixpanel-python/pull/185))

[Full Changelog](https://github.com/mixpanel/mixpanel-python/compare/openfeature/v0.1.0...openfeature/v0.2.0)

Release notes for the `mixpanel-openfeature` package will be added here
starting with the first release made under the standardized release process.
2 changes: 1 addition & 1 deletion openfeature-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mixpanel Python OpenFeature Provider

##### _May 13, 2026_ - [openfeature/v0.1.0](https://github.com/mixpanel/mixpanel-python/releases/tag/openfeature/v0.1.0)
##### _July 28, 2026_ - [openfeature/v0.2.0](https://github.com/mixpanel/mixpanel-python/releases/tag/openfeature/v0.2.0)

[![PyPI](https://img.shields.io/pypi/v/mixpanel-openfeature.svg)](https://pypi.org/project/mixpanel-openfeature/)
[![OpenFeature](https://img.shields.io/badge/OpenFeature-compatible-green)](https://openfeature.dev/)
Expand Down
2 changes: 1 addition & 1 deletion openfeature-provider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mixpanel-openfeature"
version = "0.1.0"
version = "0.2.0"
description = "OpenFeature provider for the Mixpanel Python SDK"
license = "Apache-2.0"
authors = [
Expand Down
Loading