Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Nov 28, 2022
1 parent 97e131a commit 0d417a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v1.0.0 - 2022-11-28

This is a breaking change that removes the ability to set OAuth settings in the
application environment via `Ueberauth.Strategy.Okta.OAuth` and instead relies
on the settings coming in from the Ueberauth `:providers` setup.

* Support `:authorization_server_id` for custom Okta Authorization Servers. This will
add the id to the default urls used in the process (Thanks @giddie!)

## v0.3.1 - 2022-08-12

* Support multi-tenant applications by allowing dynamic Okta configs in the conn
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 Ueberauth.Okta.Mixfile do
use Mix.Project

@version "0.3.1"
@version "1.0.0"
@source_url "https://github.com/jjcarstens/ueberauth_okta"

def project do
Expand Down

0 comments on commit 0d417a4

Please sign in to comment.