Skip to content

Commit c761ccc

Browse files
chore: Release v2.4.0
1 parent bcd8d29 commit c761ccc

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.sampo/changesets/sullen-princess-ukko.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.4.0 — 2026-02-16
4+
5+
### Minor changes
6+
7+
- [0f1f78e](https://github.com/posthog/posthog-elixir/commit/0f1f78e120a4a2ac6d8d0a25ae233a62082e1d17) This is *technically* a breaking change because we're now always sending data gzip compressed and people might not want that, but this will not break anyone's code so we'll release it as a minor knowing that it's an improvement. It's always been possible to swap the client off, but we weren't documenting how to do that exactly - this is now solved too. — Thanks @rafaeelaudibert!
8+
39
## 2.3.0 — 2026-02-12
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.3.0"
4+
@version "2.4.0"
55
@source_url "https://github.com/posthog/posthog-elixir"
66

77
def project do

0 commit comments

Comments
 (0)