Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Prepare to release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maeve committed Oct 19, 2017
1 parent 6c7f426 commit 3b1f057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.0.pre.1 (TBD)
## v1.0.0 (2017-10-19)

* **Backwards incompatible changes**
* Dropped support for rails < 4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ G5 users.

## Current Version

1.0.0.pre.1
1.0.0

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion devise_g5_authenticatable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'devise', '~> 4.3'
spec.add_dependency 'g5_authentication_client', '1.0.0.pre.4'
spec.add_dependency 'g5_authentication_client', '~> 1.0'

# Pinned to version 0.3.1 due https://github.com/G5/omniauth-g5/pull/10
# Omniauth-auth2 removed 'callback_url' which broke our auth workflow
Expand Down
2 changes: 1 addition & 1 deletion lib/devise_g5_authenticatable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeviseG5Authenticatable
VERSION = '1.0.0-1'
VERSION = '1.0.0'
end

0 comments on commit 3b1f057

Please sign in to comment.