Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 16, 2021
2 parents 40f2150 + ddfa71e commit d822426
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release Notes for 6.x

## [Unreleased](https://github.com/laravel/framework/compare/v6.20.37...6.x)
## [Unreleased](https://github.com/laravel/framework/compare/v6.20.38...6.x)


## [v6.20.38 (2021-11-09)](https://github.com/laravel/framework/compare/v6.20.37...v6.20.38)

### Added
- Added new lost connection error message for sqlsrv ([#39466](https://github.com/laravel/framework/pull/39466))


## [v6.20.37 (2021-11-02)](https://github.com/laravel/framework/compare/v6.20.36...v6.20.37)
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Application extends Container implements ApplicationContract, CachesConfig
*
* @var string
*/
const VERSION = '8.70.2';
const VERSION = '8.71.0';

/**
* The base path for the Laravel installation.
Expand Down

0 comments on commit d822426

Please sign in to comment.