Skip to content

Commit 341fd1d

Browse files
chore: Release v2.8.1 [skip ci]
1 parent 68baae7 commit 341fd1d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.sampo/changesets/silent-payload-access.md

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

CHANGELOG.md

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

3+
## 2.8.1 — 2026-05-05
4+
5+
### Patch changes
6+
7+
- [68baae7](https://github.com/posthog/posthog-elixir/commit/68baae7e67bb5079342ad9d054f266d808a96533) Do not count `get_flag_payload/2` calls as accesses for `only_accessed/1`. — Thanks @dustinbyrne!
8+
39
## 2.8.0 — 2026-05-01
410

511
### 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.8.0"
4+
@version "2.8.1"
55
@source_url "https://github.com/posthog/posthog-elixir"
66

77
def project do

0 commit comments

Comments
 (0)