Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed Jul 12, 2024
1 parent db23857 commit e3be88f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.8.0][] (2024-07-12)

New:

- Optional `metadata` field which can be used to store arbitrary data (by @andrewvy)
- `Document.move_to_draft` -> POST /documents/{id}/draft/ (by @andrewvy)
- `Document.update` -> PATCH /documents/{id}/ (by @andrewvy)

## [0.7.0][] (2023-06-07)

New:
Expand Down Expand Up @@ -204,7 +212,8 @@ Fixes:

- Initial release

[Unreleased]: https://github.com/opti/panda_doc/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/opti/panda_doc/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/opti/panda_doc/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/opti/panda_doc/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/opti/panda_doc/compare/v0.5.3...v0.6.0
[0.5.3]: https://github.com/opti/panda_doc/compare/v0.5.2...v0.5.3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
panda_doc (0.7.0)
panda_doc (0.8.0)
dry-configurable
dry-struct
faraday (>= 2.0.1, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/panda_doc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PandaDoc
VERSION = "0.7.0"
VERSION = "0.8.0"
end

0 comments on commit e3be88f

Please sign in to comment.