Skip to content

Commit

Permalink
Prepare 6.41.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 19, 2023
1 parent 5e3020c commit cca72a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.

## 6.41.0

Released: 2023-12-19

### Changes

* Update minimum support for Testbench Core v6.45.0+. ([v6.44.0...v6.45.0](https://github.com/orchestral/testbench-core/compare/v6.44.0...v6.45.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Attributes\RequiresEnv` attribute to force an environment variables to be required for the test.
* Added `Orchestra\Testbench\Attributes\WithConfig` attribute add a configuration value for the test.
* Added `Orchestra\Testbench\Attributes\WithEnv` attribute add an environment variable value for the test.
* Added `set()` and `forget()` methods to `Orchestra\Testbench\Foundation\Env`.

## 6.40.0

Released: 2023-12-06
Expand Down

0 comments on commit cca72a2

Please sign in to comment.