# 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]

## [1.0.0] - 2023-04-28
  ### Added
  - Add `ContentTypeParser`
  - Add `AcceptEncodingParser`
  - Add `AcceptLanguageParser`

  ### Changed
  - Bump PHP version to 7.2 or higher
  - Refactor Parser

## [0.1] - 2021-09-02
Initial release


[Unreleased]: https://github.com/asispts/http-accept/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/asispts/http-accept/releases/tag/v1.0.0
[0.1]: https://github.com/asispts/http-accept/releases/tag/v0.1
