Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Moik committed Nov 13, 2023
1 parent a2b4850 commit 6db3ed3
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,30 @@ 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.2.0...HEAD)
## [Unreleased](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.3.0...HEAD)

## [v1.3.0](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.2.1...v1.3.0) - 2023-10-09

### Added

- Add `.gitlab-ci.yml` file

### Changed

- Update command namespace for installation from `gitlab-deploy:install` to `deploy:install`
- Update processing and generating env files

### Fixed

- Fix generating app key for host env file
- Fix generating `.bash_aliases` file and keep initial server content when moving to remote server
- Remove unused `aliases` option for `deploy:gitlab` command

## [v1.2.1](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.2.0...v1.2.1) - 2023-05-11

### Fixed

- Fix space in a crontab command suggestion in (https://github.com/hexidedigital/laravel-gitlab-deploy/pull/14)

## [v1.2.0](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.1.0...v1.2.0) - 2023-03-31

Expand Down

0 comments on commit 6db3ed3

Please sign in to comment.