diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c13253..c7dc30fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.4.0 Apr 16 2018 +* Allow text tabs to be passed to DocusignRest::Client#add_recipient_tabs + ## v0.3.9 Apr 12 2018 * Handle another error condition when logging (Tom Copeland) diff --git a/lib/docusign_rest/version.rb b/lib/docusign_rest/version.rb index 72880cdb..2f3367a0 100644 --- a/lib/docusign_rest/version.rb +++ b/lib/docusign_rest/version.rb @@ -1,3 +1,3 @@ module DocusignRest - VERSION = "0.3.9" + VERSION = "0.4.0" end