# 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

For a full diff see [`v1.1.2...main`][v1.1.2...main].

## [`2.0.0`][2.0.0]

For a full diff see [`v1.1.2...2.0.0`][v1.1.2...2.0.0].

### Added

- Added `CHANGELOG.md` ([#25]), by [@localheinz]

### Fixed

- Updated links to RFCs ([#24]), by [@localheinz]

### Removed

- Removed deprecated constants `Teapot\StatusCode\RFC\RFC7231::NON_AUTHORATIVE_INFORMATION` and `Teapot\StatusCode\RFC\RFC2616::NON_AUTHORATIVE_INFORMATION` ([#26]), by [@localheinz]

## [`v1.1.2`][v1.1.2]

For a full diff see [`v1.1.1...v1.1.2`][v1.1.1...v1.1.2].

## [`v1.1.1`][v1.1.1]

For a full diff see [`v1.1.0...v1.1.1`][v1.1.0...v1.1.1].

## [`v1.1.0`][v1.1.0]

For a full diff see [`v1.0.2...v1.1.0`][v1.0.2...v1.1.0].

## [`v1.0.2`][v1.0.2]

For a full diff see [`v1.0.1...v1.0.2`][v1.0.1...v1.0.2].

## [`v1.0.1`][v1.0.1]

For a full diff see [`v1.0.0...v1.0.1`][v1.0.0...v1.0.1].

## [`v1.0.0`][v1.0.0]

For a full diff see [`1091250...v1.0.0`][1091250...v1.0.0].

[v1.0.0]: https://github.com/teapot-php/status-code/releases/tag/v1.0.-
[v1.0.1]: https://github.com/teapot-php/status-code/releases/tag/v1.0.1
[v1.0.2]: https://github.com/teapot-php/status-code/releases/tag/v1.0.2
[v1.1.0]: https://github.com/teapot-php/status-code/releases/tag/v1.1.0
[v1.1.1]: https://github.com/teapot-php/status-code/releases/tag/v1.1.1
[v1.1.2]: https://github.com/teapot-php/status-code/releases/tag/v1.1.2
[2.0.0]: https://github.com/teapot-php/status-code/releases/tag/2.0.0

[1091250...v1.0.0]: https://github.com/teapot-php/status-code/compare/1091250...v1.0.0
[v1.0.0...v1.0.1]: https://github.com/teapot-php/status-code/compare/v1.0.0...v1.0.1
[v1.0.1...v1.0.2]: https://github.com/teapot-php/status-code/compare/v1.0.1...v1.0.2
[v1.0.2...v1.1.0]: https://github.com/teapot-php/status-code/compare/v1.0.2...v1.1.0
[v1.1.0...v1.1.1]: https://github.com/teapot-php/status-code/compare/v1.1.0...v1.1.1
[v1.1.1...v1.1.2]: https://github.com/teapot-php/status-code/compare/v1.1.1...v1.1.2
[v1.1.2...2.0.0]: https://github.com/teapot-php/status-code/compare/v1.1.2...2.0.0
[2.0.0...main]: https://github.com/teapot-php/status-code/compare/2.0.0...main

[#24]: https://github.com/teapot-php/status-code/pull/24
[#25]: https://github.com/teapot-php/status-code/pull/25
[#26]: https://github.com/teapot-php/status-code/pull/26

[@localheinz]: https://github.com/localheinz
