This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef74268
commit 39a6ec1
Showing
2 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 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] | ||
|
||
## [v2.0.0] - 2023-02-10 | ||
|
||
### Added | ||
|
||
- Added support for Laravel 9. | ||
- Added support for PHP 8.1. | ||
|
||
### Removed | ||
|
||
- Removed support for Laravel 7. | ||
- Removed support for PHP 7.4. | ||
|
||
## [v1.0] - 2022-02-10 | ||
|
||
## [0.4.0] - 2020-11-27 | ||
|
||
## [0.3.0] - 2019-09-20 | ||
|
||
## [0.2.0] - 2019-09-20 | ||
|
||
[unreleased]: https://github.com/HealthEngineAU/laravel-prometheus-collectors/compare/v2.0.0...HEAD | ||
[v2.0.0]: https://github.com/HealthEngineAU/laravel-prometheus-collectors/compare/v1.0...v2.0.0 | ||
[v1.0]: https://github.com/HealthEngineAU/laravel-prometheus-collectors/compare/0.4.0...v1.0 | ||
[0.4.0]: https://github.com/HealthEngineAU/laravel-prometheus-collectors/compare/0.3.0...0.4.0 | ||
[0.3.0]: https://github.com/HealthEngineAU/laravel-prometheus-collectors/compare/0.2.0...0.3.0 | ||
[0.2.0]: https://github.com/HealthEngineAU/laravel-prometheus-collectors/releases/tag/0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters