Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ know.
* Create a new branch for your changes.
* Ensure your code follows the existing style and includes tests if applicable.
* Submit a pull request with a clear description of your changes.
* Update the correct `UPGRADE-*.md` file if it introduces new deprecations, BC breaks or anything that may require changes on developers side.

## Installation

Expand Down
10 changes: 10 additions & 0 deletions UPGRADE-1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# UPGRADE FROM 1.0.0 to 1.1.0

## Configuration Changes
* Added new `sensiolabs_gotenberg.version` to add warning when trying to use a feature not yet available in Gotenberg.

## Contributions changes
* Move to [dagger.io](https://dagger.io/) to run tests both locally and in CI.

## DX Changes
* with `autoconfigure: true` and `implements BuilderInterface`, `configurator` will be automatically added.
1 change: 1 addition & 0 deletions UPGRADE-1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# UPGRADE FROM 1.1.0 to 1.2.0
Loading