Skip to content

Commit

Permalink
Prepare 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
swelham committed Oct 3, 2023
1 parent c4c6229 commit 818f157
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.23.0] - 2023-09-22

- [[#80](https://github.com/swelham/ueberauth_microsoft/pull/80)] - Add support for lc (locale) param in authorization URL ([@alejandrodevs](https://github.com/alejandrodevs))

## [0.22.0] - 2023-09-22

- [[#79](https://github.com/swelham/ueberauth_microsoft/pull/79)] - Add the option to get the client secret dynamically ([@alejandrodevs](https://github.com/alejandrodevs))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Quick start blog post: [Authenticating users with Microsoft OAuth](https://www.s
```elixir
def deps do
[
{:ueberauth_microsoft, "~> 0.22"}
{:ueberauth_microsoft, "~> 0.23"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule UeberauthMicrosoft.Mixfile do
use Mix.Project

@source_url "https://github.com/swelham/ueberauth_microsoft"
@version "0.22.0"
@version "0.23.0"

def project do
[
Expand Down

0 comments on commit 818f157

Please sign in to comment.