Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianfoo committed Jan 9, 2022
1 parent 8a16806 commit 0855cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to `tweetkit` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.5] - 2022-01-09
## [0.2.0] - 2022-01-09
### Added
- Added the ability to add OAuth tokens when setting up the client instance. Credit to @rofreg
- Added OAuth as an option to authenticate requests. Credit to @rofreg
Expand Down
2 changes: 1 addition & 1 deletion lib/tweetkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tweetkit
VERSION = "0.1.4"
VERSION = "0.2.0"
end

0 comments on commit 0855cb4

Please sign in to comment.