Skip to content

Commit

Permalink
Merge pull request #3 from tiltcamp/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--omniauth-outseta

chore(main): release 1.0.0
  • Loading branch information
mattwebbio authored May 23, 2023
2 parents 7c1a437 + 9b08e52 commit 70329b0
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]

## 1.0.0 (2023-05-23)


### Features

* add Outseta strategy ([4cf016d](https://github.com/tiltcamp/omniauth-outseta/commit/4cf016dcac2053085ab72decb05001006a22d818))

## [0.1.0] - 2023-05-22

- Initial release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniauth-outseta (0.1.0)
omniauth-outseta (1.0.0)
jwt (~> 2.7)
omniauth (~> 1.9.2)
openssl (~> 3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/outseta/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Omniauth
module Outseta
VERSION = "0.1.0"
VERSION = "1.0.0"
end
end

0 comments on commit 70329b0

Please sign in to comment.