diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b67934..05dac0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.15.0][] + +New: + +- Adds the ability to get the a document section upload's status. (by @lannon) + ## [0.14.0][] New: diff --git a/Gemfile.lock b/Gemfile.lock index d792098..75274b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - panda_doc (0.14.0) + panda_doc (0.15.0) dry-configurable dry-struct faraday (>= 2.0.1, < 3.0) @@ -90,4 +90,4 @@ DEPENDENCIES simplecov BUNDLED WITH - 4.0.3 + 4.0.6 diff --git a/lib/panda_doc/version.rb b/lib/panda_doc/version.rb index f9b01a8..b25f5c8 100644 --- a/lib/panda_doc/version.rb +++ b/lib/panda_doc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PandaDoc - VERSION = "0.14.0" + VERSION = "0.15.0" end