Skip to content

Commit

Permalink
chore(v3): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
replease[bot] authored Jan 18, 2024
1 parent 3a9fe35 commit 8d22375
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.0"
".": "3.0.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.0.0](https://github.com/krystal/katapult-php/compare/v2.3.0...v3.0.0) (2024-01-18)


### ⚠ BREAKING CHANGES

* **openapi:** v3

### Features

* Add disk backup policy resource ([7f280a2](https://github.com/krystal/katapult-php/commit/7f280a279fb29410eb629b40fabda527e642d5f6))
* add disk templates as a resource ([65c8ad7](https://github.com/krystal/katapult-php/commit/65c8ad7f44de09724a1085e5defcafee5cd24c43))
* add support for optional index routes in the api ([1bfb875](https://github.com/krystal/katapult-php/commit/1bfb875317244b621edfb5f02bcd4e80360a7318))
* allow the Guzzle handler to be defined when setting up the API ([1c7bb5d](https://github.com/krystal/katapult-php/commit/1c7bb5d4ad11e44726b817c5fc2beb1e91e8e0b7))
* **openapi:** v3 ([c7834c8](https://github.com/krystal/katapult-php/commit/c7834c8de876f0e35975f9ca4e6a9d4607b7f165))


### Bug Fixes

* actually test the managed orgs ([16d4e91](https://github.com/krystal/katapult-php/commit/16d4e91c1d3066c6827f91f155648a8afb6903b3))

## [2.3.0](https://github.com/krystal/katapult-php/compare/v2.2.0...v2.3.0) (2023-05-19)


Expand Down

0 comments on commit 8d22375

Please sign in to comment.