Skip to content

Commit

Permalink
Changed: Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
merloxx committed Dec 22, 2024
1 parent 0ce7d9d commit 2f52606
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 🔥 [v1.0.0-alpha.3](https://github.com/zaphyr-org/framework/compare/1.0.0-alpha.2...1.0.0-alpha.3) [2024-12-22]

### New:
* Added bin path to Application class

### Changed:
* Renamed "logs" commands to "log" and "routes" command to "router"
* Updated zaphyr-org/config to v2.3
* Changed app source code directory from "src" to "app"

### Fixed:
* Fixed path for router list command in phpstan.neon

## 🔥 [v1.0.0-alpha.2](https://github.com/zaphyr-org/framework/compare/1.0.0-alpha.1...1.0.0-alpha.2) [2024-05-11]

### Fixed:
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Application implements ApplicationInterface
/**
* @const string
*/
public const VERSION = '1.0.0-alpha.1';
public const VERSION = '1.0.0-alpha.3';

/**
* @var bool
Expand Down

0 comments on commit 2f52606

Please sign in to comment.