Skip to content

Commit

Permalink
Release version 0.9.2 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Sep 13, 2018
1 parent f62c533 commit adc2698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.9.2 (2018-09-12)
* Update issued_at correctly when it is set simultaneously with expires_in.

## 0.9.1 (2018-08-29)
* Warn on EOL ruby versions.
* Fix DateTime normalization.
Expand Down
2 changes: 1 addition & 1 deletion lib/signet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Signet
module VERSION
MAJOR = 0
MINOR = 9
TINY = 1
TINY = 2
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit adc2698

Please sign in to comment.