Skip to content

Commit 70b38c2

Browse files
chore: Release v2.3.0
1 parent 473796e commit 70b38c2

5 files changed

Lines changed: 9 additions & 16 deletions

File tree

.sampo/changesets/doughty-earl-erika.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.sampo/changesets/fabled-warden-aurelien.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.sampo/changesets/roguish-windweaver-tuonetar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# posthog
22

3+
## 2.3.0 — 2026-02-12
4+
5+
### Minor changes
6+
7+
- [ba2f10a](https://github.com/posthog/posthog-elixir/commit/ba2f10ab54a52455007f39f021cd49d39fd3b580) Implement proper retry behavior for requests. Also respects X-Retry-Later header. — Thanks @rafaeelaudibert!
8+
- [39a304d](https://github.com/posthog/posthog-elixir/commit/39a304d9177b7d2f3b0d2e0d48c45e9bd81e65ac) We've now added a new `get_feature_flag_result` method that can be used to get a full view of your feature flags including the payload rather than simply a boolean/string from the enabled/variant state. — Thanks @rafaeelaudibert!
9+
- [1dc5271](https://github.com/posthog/posthog-elixir/commit/1dc5271bd4e2793628a82071913bdefb9070416e) Add support for Anthropic messages in the LLM analytis module — Thanks @rafaeelaudibert!
10+
311
## 2.2.0 — 2026-02-05
412

513
### Minor changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PostHog.MixProject do
22
use Mix.Project
33

4-
@version "2.2.0"
4+
@version "2.3.0"
55
@source_url "https://github.com/posthog/posthog-elixir"
66

77
def project do

0 commit comments

Comments
 (0)