Skip to content

Commit

Permalink
Merge pull request #102 from WeTransfer/release/4.3.0
Browse files Browse the repository at this point in the history
Merge release 4.3.0 into master
  • Loading branch information
AvdLee authored Jun 14, 2023
2 parents 72add0d + feac23e commit 2fc599b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 4.3.0
- Make sure GH release notes are used correctly with previous tag ([#101](https://github.com/WeTransfer/GitBuddy/pull/101)) via [@AvdLee](https://github.com/AvdLee)
- Merge release 4.2.0 into master ([#100](https://github.com/WeTransfer/GitBuddy/pull/100)) via [@wetransferplatform](https://github.com/wetransferplatform)
- Update CI ([#99](https://github.com/WeTransfer/GitBuddy/pull/99)) via [@AvdLee](https://github.com/AvdLee)

### 4.2.0
- Add the possibility to let GitHub generate release notes ([#98](https://github.com/WeTransfer/GitBuddy/pull/98)) via [@AvdLee](https://github.com/AvdLee)
- Merge release 4.1.5 into master ([#97](https://github.com/WeTransfer/GitBuddy/pull/97)) via [@wetransferplatform](https://github.com/wetransferplatform)
Expand Down
2 changes: 1 addition & 1 deletion Sources/GitBuddyCore/Commands/GitBuddy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation

/// Entry class of GitBuddy that registers commands and handles execution.
public struct GitBuddy: ParsableCommand {
public static let version = "4.2.0"
public static let version = "4.3.0"

public static let configuration = CommandConfiguration(
commandName: "gitbuddy",
Expand Down
2 changes: 1 addition & 1 deletion Submodules/WeTransfer-iOS-CI

0 comments on commit 2fc599b

Please sign in to comment.