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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "3.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [3.2.0](https://github.com/magewirephp/magewire/compare/3.1.0...3.2.0) (2026-06-05)


### Features

* Rate limiting dev-mode disabled ([502706a](https://github.com/magewirephp/magewire/commit/502706afe932781640e4cc4a1c9d3761c8ff07f8))


### Miscellaneous Chores

* Added updating argument swapping for backwards compatible components ([2377627](https://github.com/magewirephp/magewire/commit/23776279a09be38f14b111394a32f7eced063ff4))
* Rate limiting system config improvements ([0f52472](https://github.com/magewirephp/magewire/commit/0f524725be7f8f1274ee3bf33d33ec90ee553f3b))
* Upgrade docs URL to docs.magewirephp.nl ([#234](https://github.com/magewirephp/magewire/issues/234)) ([9bf650b](https://github.com/magewirephp/magewire/commit/9bf650b29bfb6023277db1db86e7c96755ee8777))

## [3.1.0](https://github.com/magewirephp/magewire/compare/3.0.0...v3.1.0) (2026-06-02)


Expand Down
Loading