Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freemer committed Jul 26, 2024
1 parent 920a0d9 commit 2685cf8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## 0.3.0

- Migrate away from deprecated Users api
- BREAKING: removal of LaunchDarklyAPI.UserSettings and LaunchDarklyAPI.Users modules
- BREAKING: fixes a typo in a FeatureFlag.UserFlag struct key
- New: LaunchDarklyAPI.ContextSettings module

## 0.2.3

- Bump elixir, erlang, and all deps
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WARNING: Not complete.
```elixir
def deps do
[
{:launch_darkly_api, github: "orbit-apps/elixir-launchdarklyapi", tag: "v0.2.3"}
{:launch_darkly_api, github: "orbit-apps/elixir-launchdarklyapi", tag: "v0.3.0"}
]
end
```
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 LaunchDarklyAPI.MixProject do
use Mix.Project

@version "0.2.3"
@version "0.3.0"

def project do
[
Expand Down

0 comments on commit 2685cf8

Please sign in to comment.