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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0 - 2025-11-25

- included evaluated_at properties in $feature_flag_called events `7c7ee1e978164809aa28162824f273f6f2bd33f2`

## 2.0.0 - 2025-09-30

### Major Release
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PostHog.MixProject do
use Mix.Project

@version "2.0.0"
@version "2.1.0"
@source_url "https://github.com/posthog/posthog-elixir"

def project do
Expand Down