Skip to content

Commit

Permalink
Merge branch 'release/0.4.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Sep 30, 2024
2 parents f52ffbb + 7640b11 commit d000eb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.1 (30/09/2024)

- fix deprecation from Extension class #9 (thank you IndraGunawan)

## 0.4.0 (31/05/2024)

+ Decouple HTTP client and validator so we can verify responses outside Forms #7 (thank you ikvasnica)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* This is the class that loads and manages your bundle configuration.
Expand Down

0 comments on commit d000eb4

Please sign in to comment.