diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a2a84..56bfd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.13.0][] (2025-07-21) + +New: + +- Add Document Sections list and delete actions (by @lannon) + ## [0.12.0][] (2025-06-20) diff --git a/Gemfile.lock b/Gemfile.lock index d418616..9521e56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - panda_doc (0.12.0) + panda_doc (0.13.0) dry-configurable dry-struct faraday (>= 2.0.1, < 3.0) diff --git a/lib/panda_doc/version.rb b/lib/panda_doc/version.rb index f82776e..17b7646 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.12.0" + VERSION = "0.13.0" end