Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lopesrb committed Jul 6, 2022
1 parent 02de57b commit 174ac37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## [Unreleased]

## [0.1.1] - 2022-06-29
## [0.1.2] - 2022-07-06

- Fix bug. Env var for client id was with double quotes
- Documentation updated

## [0.1.1] - 2022-07-06

- Add expires_in as parameter to persist_access_token_method

Expand Down
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:
learnworlds (0.1.1)
learnworlds (0.1.2)
faraday (~> 2.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/learn_worlds/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LearnWorlds
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit 174ac37

Please sign in to comment.