Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Moik committed Mar 10, 2024
1 parent 32a1107 commit c243b7b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,28 @@ All notable changes to `GitlabDeploy` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.3.1...HEAD)
## [Unreleased](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.4.2...HEAD)

## [v1.4.2](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.4.1...v1.4.2) - 2024-03-10

### Changed

- Updated comments and doc-blocks in stub files and in configurations
- Removed `store-log-folder` and `config-file` options from configurations - now only uses `working-dir` option

### Fixed

- Allow empty password for server (in some cases we not need it)

## [v1.4.1](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.3.1...v1.4.1) - 2024-01-24

### Changed

- Add support for **symfony 7** components - uses in latest versions of **Laravel** with **php ^8.2**

### Fixed

- Accept _project_id_ as _string_ and _numeric_ value

## [v1.3.1](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.3.0...v1.3.1) - 2023-11-13

Expand Down

0 comments on commit c243b7b

Please # to comment.