Skip to content

Commit e35395c

Browse files
committed
Release 1.2.1
1 parent 04ff2ff commit e35395c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
## [Unreleased]
77

8+
## [v1.2.1] - 2023-11-28
9+
10+
### Added
11+
12+
- Distribution via PHAR.
13+
814
## [v1.2.0] - 2023-11-28
915

1016
### Removed
@@ -45,7 +51,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4551
## v1.0.0 - 2017-04-03
4652
- First release.
4753

48-
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...HEAD
54+
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...HEAD
55+
[v1.2.1]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...v1.2.1
4956
[v1.2.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.1.2...v1.2.0
5057
[v1.1.2]: https://github.com/raphaelstolt/git-user-bend/compare/v1.1.1...v1.1.2
5158
[v1.1.1]: https://github.com/raphaelstolt/git-user-bend/compare/v1.1.0...v1.1.1

bin/git-user-bend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if ((new OsHelper())->isWindows()) {
4444

4545
define('HOME_DIRECTORY', $homeDiretory);
4646
define('WORKING_DIRECTORY', getcwd());
47-
define('VERSION', '1.2.0');
47+
define('VERSION', '1.2.1');
4848
define(
4949
'STORAGE_FILE',
5050
HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME

0 commit comments

Comments
 (0)