# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0](https://github.com/0x676e67/wreq-util/compare/v0.1.0...v0.2.0) - 2026-08-22
### Fixed
- *(ci)* use default Cargo Dependabot strategy
- correct header order and add missing headers in emulation profiles ([#104](https://github.com/0x676e67/wreq-util/pull/104))
### Other
- *(release)* [**breaking**] reset version baseline ([#108](https://github.com/0x676e67/wreq-util/pull/108))
- Modify Dependabot settings for Cargo
- *(example)* Update URLs for emulation examples in emulate.rs
- Update API endpoint in README example
## [3.0.0-rc.14](https://github.com/0x676e67/wreq-util/compare/v3.0.0-rc.13...v3.0.0-rc.14) - 2026-07-04
### Fixed
- *(emulate)* Fix chrome accept header `q` value ([#101](https://github.com/0x676e67/wreq-util/pull/101))
### Other
- *(deps)* bump actions/checkout from 6 to 7 ([#100](https://github.com/0x676e67/wreq-util/pull/100))
## [3.0.0-rc.13](https://github.com/0x676e67/wreq-util/compare/v3.0.0-rc.12...v3.0.0-rc.13) - 2026-06-19
### Added
- add Emulation::weighted_random for traffic-weighted profile selection ([#97](https://github.com/0x676e67/wreq-util/pull/97))
### Other
- Add Chrome 149 to emulation profiles ([#99](https://github.com/0x676e67/wreq-util/pull/99))
## [3.0.0-rc.12](https://github.com/0x676e67/wreq-util/compare/v3.0.0-rc.11...v3.0.0-rc.12) - 2026-06-03
### Added
- *(emulate)* Add Firefox 150-151 ([#93](https://github.com/0x676e67/wreq-util/pull/93))
- *(emulate)* Add Chrome/Edge 148,Opera 131,Safari 26-2/4 ([#92](https://github.com/0x676e67/wreq-util/pull/92))
- *(emulate)* export enum variants ([#87](https://github.com/0x676e67/wreq-util/pull/87))
- *(emulation)* add Chrome and Edge 146-147 ([#86](https://github.com/0x676e67/wreq-util/pull/86))
- *(emulation)* add Opera 120-130 and Firefox 148-149 support ([#82](https://github.com/0x676e67/wreq-util/pull/82))
### Fixed
- *(emulate)* fix HTTP2 configuration for OkHttp ([#94](https://github.com/0x676e67/wreq-util/pull/94))
- fix build
- fix chrome grease value and brand order ([#91](https://github.com/0x676e67/wreq-util/pull/91))
- fix
### Other
- Update Cargo.toml
- Update Cargo.toml
- Update README.md
- fix docs build ([#95](https://github.com/0x676e67/wreq-util/pull/95))
- Update wreq and wreq-util versions in README
- release-plz.yml
- *(deps)* bump softprops/action-gh-release from 2 to 3 ([#89](https://github.com/0x676e67/wreq-util/pull/89))
- Add Discord chat badge to README
- Add rustfmt configuration settings
- Update issue submission instructions in README
- Update Cargo.toml
- Update copyright year and owner in LICENSE file
- Revise contributing section and add FAQ
- Update Apache-2.0
- export
- Update Cargo.toml
- update deps
- update
- *(macros)* fmt code ([#85](https://github.com/0x676e67/wreq-util/pull/85))
- *(macros)* fmt code
- Fix variable naming in emulate.rs
- *(emulation)* refine abstraction for emulation settings ([#84](https://github.com/0x676e67/wreq-util/pull/84))
- fmt
- Change 'Overview' header to 'Features'
- *(mod)* use `emulate` when applying `emulation` ([#83](https://github.com/0x676e67/wreq-util/pull/83))
- Update `Contributing` section in `README.md` ([#81](https://github.com/0x676e67/wreq-util/pull/81))