From 27d665976ccd00eaf924ff7391b241b42a2aefa3 Mon Sep 17 00:00:00 2001 From: Paul Simpson Date: Mon, 22 Jul 2019 14:19:53 -0500 Subject: [PATCH] Bumps version and updates CHANGELOG (#15) --- CHANGELOG.md | 4 +++- lib/help_scout/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da31716..1fd6477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ### master (unreleased) +### 2.0.0 / 2019-07-19 + Breaking Changes: * Removes HelpScout::Configuration#access_token and writer to avoid multiple sources - of truth for access token values (#14) + of truth for access token values ([#14](https://github.com/taxjar/help_scout-sdk/pull/14)) Enhancements: diff --git a/lib/help_scout/version.rb b/lib/help_scout/version.rb index 4842bf3..1c032b6 100644 --- a/lib/help_scout/version.rb +++ b/lib/help_scout/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HelpScout - VERSION = '1.1.0' + VERSION = '2.0.0' end