Skip to content

Commit bebeab4

Browse files
committedJul 12, 2024·
Release 1.2.2
1 parent 4ec815e commit bebeab4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎.github/workflows/distribute.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
php:
22-
- "8.1"
22+
- "8.2"
2323

2424
steps:
2525
- name: Checkout

‎CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v1.2.2] - 2024-07-12
9+
810
### Added
911

1012
- Attested dist builds.
@@ -55,7 +57,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5557
## v1.0.0 - 2017-04-03
5658
- First release.
5759

58-
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...HEAD
60+
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.2...HEAD
61+
[v1.2.2]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...v1.2.2
5962
[v1.2.1]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...v1.2.1
6063
[v1.2.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.1.2...v1.2.0
6164
[v1.1.2]: https://github.com/raphaelstolt/git-user-bend/compare/v1.1.1...v1.1.2

‎bin/git-user-bend

+1-1
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.1');
47+
define('VERSION', '1.2.2');
4848
define(
4949
'STORAGE_FILE',
5050
HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME

0 commit comments

Comments
 (0)
Please sign in to comment.