Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed Jun 8, 2023
1 parent 32d6244 commit b742030
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

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

New:

- Drop ruby 2.6
- Update to Faraday 2

## [0.6.0][] (2022-05-04)

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

- Initial release

[Unreleased]: https://github.com/opti/panda_doc/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/opti/panda_doc/compare/v0.7.0...HEAD
[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
[0.5.2]: https://github.com/opti/panda_doc/compare/v0.5.1...v0.5.2
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.6.0)
panda_doc (0.7.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.6.0"
VERSION = "0.7.0"
end

0 comments on commit b742030

Please sign in to comment.