Skip to content

Commit

Permalink
Adds CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Apr 22, 2019
1 parent aef5f4c commit 24db14e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to `gtin` will be documented in this file.

## [Unreleased]

## [v2.1.0] - 2019-04-22

### Fixed
- Fixed validation of integer values. [`aef5f4c`](https://github.com/mvdnbrk/gtin/commit/aef5f4c68c621701055026dc14c91efbb6e50860)
- Fixed validation for non numeric values. [`7a31b4b`](https://github.com/mvdnbrk/gtin/commit/7a31b4b11342a712b6b752373654283b401c3e7a)

### Removed
- Removed support for PHP 7.0. [`614dffe`](https://github.com/mvdnbrk/gtin/commit/614dffec69eaa60ab4eacaf471a05ad2f0253ec3)

## [v2.0.6] - 2019-02-03

### Added
- Added support for Laravel 5.8.

[Unreleased]: https://github.com/mvdnbrk/gtin/compare/v2.1.0...HEAD
[v2.1.0]: https://github.com/mvdnbrk/gtin/compare/v2.0.6...v2.1.0
[v2.0.6]: https://github.com/mvdnbrk/gtin/compare/v2.0.5...v2.0.6

0 comments on commit 24db14e

Please sign in to comment.