Skip to content

Commit 162c173

Browse files
committed
chore(main): release 2.2.2
1 parent 72dc0ac commit 162c173

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".": "2.2.1"}
1+
{".":"2.2.2"}

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
# Changelog
2+
3+
## [2.2.2](https://github.com/Flagsmith/flagsmith-elixir-client/compare/v2.2.1...v2.2.2) (2025-06-30)
4+
5+
6+
### CI
7+
8+
* add release please ([#42](https://github.com/Flagsmith/flagsmith-elixir-client/issues/42)) ([b656eaf](https://github.com/Flagsmith/flagsmith-elixir-client/commit/b656eafa31761bd1d8109aa4212a16e9d812af37))
9+
10+
11+
### Docs
12+
13+
* removing hero image from SDK readme ([#44](https://github.com/Flagsmith/flagsmith-elixir-client/issues/44)) ([72dc0ac](https://github.com/Flagsmith/flagsmith-elixir-client/commit/72dc0ac1eb61e71642e1a6b28d214c9bf2f0b61e))
14+
115
<a id="v2.2.1"></a>
2-
# [v2.2.1](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.2.1) - 2025-03-03
16+
## [v2.2.1](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.2.1) - 2025-03-03
317

418
## What's Changed
519
* ci: update actions by [@matthewelwell](https://github.com/matthewelwell) in [#40](https://github.com/Flagsmith/flagsmith-elixir-client/pull/40)
@@ -13,7 +27,7 @@
1327

1428

1529
<a id="v2.2.0"></a>
16-
# [Version 2.2.0 (v2.2.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.2.0) - 2024-10-22
30+
## [Version 2.2.0 (v2.2.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.2.0) - 2024-10-22
1731

1832
## What's Changed
1933
* feat: Support transient identities and traits by [@khvn26](https://github.com/khvn26) in [#36](https://github.com/Flagsmith/flagsmith-elixir-client/pull/36)
@@ -25,7 +39,7 @@
2539

2640

2741
<a id="v2.1.0"></a>
28-
# [Version 2.1.0 (v2.1.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.1.0) - 2024-04-09
42+
## [Version 2.1.0 (v2.1.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.1.0) - 2024-04-09
2943

3044
## What's Changed
3145
* feat: Identity overrides in local evaluation mode by [@khvn26](https://github.com/khvn26) in [#34](https://github.com/Flagsmith/flagsmith-elixir-client/pull/34)
@@ -37,7 +51,7 @@
3751

3852

3953
<a id="v2.0.0"></a>
40-
# [Version 2.0.0 (v2.0.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.0.0) - 2023-07-24
54+
## [Version 2.0.0 (v2.0.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.0.0) - 2023-07-24
4155

4256
## What's Changed
4357
* Ensure that percentage split evaluations are consistent by [@matthewelwell](https://github.com/matthewelwell) in [#29](https://github.com/Flagsmith/flagsmith-elixir-client/pull/29)
@@ -51,7 +65,7 @@
5165

5266

5367
<a id="v1.1.1"></a>
54-
# [Version 1.1.1 (v1.1.1)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.1.1) - 2023-06-06
68+
## [Version 1.1.1 (v1.1.1)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.1.1) - 2023-06-06
5569

5670
## What's Changed
5771
* Update actions and get publish working by [@matthewelwell](https://github.com/matthewelwell) in [#22](https://github.com/Flagsmith/flagsmith-elixir-client/pull/22)
@@ -68,7 +82,7 @@
6882

6983

7084
<a id="v1.1.0"></a>
71-
# [Version 1.1.0 (v1.1.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.1.0) - 2022-11-01
85+
## [Version 1.1.0 (v1.1.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.1.0) - 2022-11-01
7286

7387
## What's Changed
7488
* Add deploy workflow by [@matthewelwell](https://github.com/matthewelwell) in [#18](https://github.com/Flagsmith/flagsmith-elixir-client/pull/18)
@@ -82,7 +96,7 @@
8296

8397

8498
<a id="v1.0.1"></a>
85-
# [Version 1.0.1 (v1.0.1)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.0.1) - 2022-07-13
99+
## [Version 1.0.1 (v1.0.1)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.0.1) - 2022-07-13
86100

87101
## What's Changed
88102
* Run tests on PRs to release branches by [@matthewelwell](https://github.com/matthewelwell) in [#17](https://github.com/Flagsmith/flagsmith-elixir-client/pull/17)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule FlagsmithEngine.MixProject do
44
def project do
55
[
66
app: :flagsmith_engine,
7-
version: "2.2.1",
7+
version: "2.2.2",
88
elixir: "~> 1.12",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)