|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [2.2.2](https://github.com/Flagsmith/flagsmith-elixir-client/compare/v2.2.1...v2.2.2) (2025-08-26) |
| 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 | + |
| 15 | + |
| 16 | +### Other |
| 17 | + |
| 18 | +* add root CODEOWNERS ([#48](https://github.com/Flagsmith/flagsmith-elixir-client/issues/48)) ([42ba11e](https://github.com/Flagsmith/flagsmith-elixir-client/commit/42ba11e36c582a194b13b8bc80fde0fbfdebd022)) |
| 19 | +* versioned test data ([#45](https://github.com/Flagsmith/flagsmith-elixir-client/issues/45)) ([ae01628](https://github.com/Flagsmith/flagsmith-elixir-client/commit/ae01628de1346c6da2dd6e87d1164bdd5812d63e)) |
| 20 | + |
1 | 21 | <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 |
| 22 | +## [v2.2.1](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.2.1) - 2025-03-03 |
3 | 23 |
|
4 | 24 | ## What's Changed |
5 | 25 | * ci: update actions by [@matthewelwell](https://github.com/matthewelwell) in [#40](https://github.com/Flagsmith/flagsmith-elixir-client/pull/40) |
|
13 | 33 |
|
14 | 34 |
|
15 | 35 | <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 |
| 36 | +## [Version 2.2.0 (v2.2.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.2.0) - 2024-10-22 |
17 | 37 |
|
18 | 38 | ## What's Changed |
19 | 39 | * feat: Support transient identities and traits by [@khvn26](https://github.com/khvn26) in [#36](https://github.com/Flagsmith/flagsmith-elixir-client/pull/36) |
|
25 | 45 |
|
26 | 46 |
|
27 | 47 | <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 |
| 48 | +## [Version 2.1.0 (v2.1.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.1.0) - 2024-04-09 |
29 | 49 |
|
30 | 50 | ## What's Changed |
31 | 51 | * 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 | 57 |
|
38 | 58 |
|
39 | 59 | <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 |
| 60 | +## [Version 2.0.0 (v2.0.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v2.0.0) - 2023-07-24 |
41 | 61 |
|
42 | 62 | ## What's Changed |
43 | 63 | * 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 | 71 |
|
52 | 72 |
|
53 | 73 | <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 |
| 74 | +## [Version 1.1.1 (v1.1.1)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.1.1) - 2023-06-06 |
55 | 75 |
|
56 | 76 | ## What's Changed |
57 | 77 | * Update actions and get publish working by [@matthewelwell](https://github.com/matthewelwell) in [#22](https://github.com/Flagsmith/flagsmith-elixir-client/pull/22) |
|
68 | 88 |
|
69 | 89 |
|
70 | 90 | <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 |
| 91 | +## [Version 1.1.0 (v1.1.0)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.1.0) - 2022-11-01 |
72 | 92 |
|
73 | 93 | ## What's Changed |
74 | 94 | * Add deploy workflow by [@matthewelwell](https://github.com/matthewelwell) in [#18](https://github.com/Flagsmith/flagsmith-elixir-client/pull/18) |
|
82 | 102 |
|
83 | 103 |
|
84 | 104 | <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 |
| 105 | +## [Version 1.0.1 (v1.0.1)](https://github.com/Flagsmith/flagsmith-elixir-client/releases/tag/v1.0.1) - 2022-07-13 |
86 | 106 |
|
87 | 107 | ## What's Changed |
88 | 108 | * Run tests on PRs to release branches by [@matthewelwell](https://github.com/matthewelwell) in [#17](https://github.com/Flagsmith/flagsmith-elixir-client/pull/17) |
|
0 commit comments