Skip to content

Commit

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

## [Unreleased]

## v1.1.0 - 2022-12-29

This essentially negates v1.0.0 and adds back the `Ueberauth.Strategy.Okta.OAuth`
configuration scope to support better runtime option management. Both this scope
and using the `:providers` key in Ueberauth config are supported.

* Fix support with `runtime.exs` files and runtime evaluations of options.
* Support `:providers` in `Ueberauth.Strategy.Okta.OAuth` to allow for
multi-tenant support

## v1.0.0 - 2022-11-28

This is a breaking change that removes the ability to set OAuth settings in the
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 "1.0.0"
@version "1.1.0"
@source_url "https://github.com/jjcarstens/ueberauth_okta"

def project do
Expand Down

0 comments on commit 1675a71

Please sign in to comment.