Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lulco committed Dec 8, 2023
1 parent c3c2d1d commit dde0240
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## [Unreleased][unreleased]

## [2.5.0] - 2023-12-08
### Added
- support for PHP 8.3

### Fixed
- default for integer column types
- default for integer column types (Thanks to [fagai](https://github.com/fagai))

## [2.4.0] - 2023-06-01
### Added
Expand Down Expand Up @@ -344,7 +345,8 @@
- supported methods in migrations: addColumn, addIndex, addForeignKey, dropColumn, dropIndex, dropForeignKey
- supported column types: string, integer, boolean, text, datetime, uuid, json, char

[unreleased]: https://github.com/lulco/phoenix/compare/2.4.0...HEAD
[unreleased]: https://github.com/lulco/phoenix/compare/2.5.0...HEAD
[2.5.0]: https://github.com/lulco/phoenix/compare/2.4.0...2.5.0
[2.4.0]: https://github.com/lulco/phoenix/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/lulco/phoenix/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/lulco/phoenix/compare/2.1.0...2.2.0
Expand Down

0 comments on commit dde0240

Please sign in to comment.