Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Aug 6, 2020
1 parent 2725a9e commit e588f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 1.6.2
## 1.6.2 (6. August 2020)

+ [#2043](https://github.com/luyadev/luya/pull/2043) Fix issue with JsonCruft filter and response code 204, which means no content given.

Expand Down
2 changes: 1 addition & 1 deletion core/base/Boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class Boot
/**
* @var string The current LUYA version (see: https://github.com/luyadev/luya/blob/master/core/CHANGELOG.md)
*/
const VERSION = '1.6.0';
const VERSION = '1.6.2';

/**
* @var string The path to the config file, which returns an array containing you configuration.
Expand Down

0 comments on commit e588f21

Please sign in to comment.