Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor update and added changelog #5

Merged
merged 1 commit into from
Jan 7, 2021
Merged
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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).

## [3.1] - 2021-01-07
### Changed
- Updated License to GNU General Public License v3.0 or later
- Updated Composer license identifier to correct GPL-3.0-or-later

### Added
- Changlog

## [3.0] - 2021-01-07
### Added
- Official PHP 8 Support - Thanks to [racinmat](https://github.com/racinmat)
- Carbon Immutable Support - Thansk to [racinmat](https://github.com/racinmat)
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"jms/serializer": "^2.0 || ^3.0",
"nesbot/carbon": "^2.5"
},
"license": "GNU General Public License v2.0",
"authors": [{
"name": "autumndev",
"email": "sayhi@autumndev.co.uk"
}],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "autumndev",
"email": "sayhi@autumndev.co.uk"
}
],
"minimum-stability": "RC",
"autoload": {
"psr-0": {
"AutumnDev": "src/"
}
}
}
}