From 0855cb43a5cb77298dcc872a5d02201446208c3a Mon Sep 17 00:00:00 2001 From: julianfoo Date: Sun, 9 Jan 2022 18:47:53 +0800 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 2 +- lib/tweetkit/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e3c56..001c7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/tweetkit/version.rb b/lib/tweetkit/version.rb index 25938fc..648028d 100644 --- a/lib/tweetkit/version.rb +++ b/lib/tweetkit/version.rb @@ -1,3 +1,3 @@ module Tweetkit - VERSION = "0.1.4" + VERSION = "0.2.0" end