diff --git a/History.md b/History.md index 2014dde6..e59ef619 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +## 0.17.2 + +* Add more params for task association in Task#create + ## 0.17.1 * Add default properties for Ticket#find diff --git a/hubspot-api-ruby.gemspec b/hubspot-api-ruby.gemspec index a6cc8b6f..0c054432 100644 --- a/hubspot-api-ruby.gemspec +++ b/hubspot-api-ruby.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "hubspot-api-ruby" - s.version = "0.17.1" + s.version = "0.17.2" s.require_paths = ["lib"] s.authors = ["Jonathan"] s.email = ["jonathan@hoggo.com"]