Skip to content

Commit

Permalink
Merge pull request #100 from WeTransfer/release/4.2.0
Browse files Browse the repository at this point in the history
Merge release 4.2.0 into master
  • Loading branch information
AvdLee authored Jun 1, 2023
2 parents f121588 + e3e2df4 commit 9bd34e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 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)

### 4.1.5
- Increase PR Limit to fetch 100 latest ([#96](https://github.com/WeTransfer/GitBuddy/pull/96)) via [@AvdLee](https://github.com/AvdLee)
- Update README.md ([#92](https://github.com/WeTransfer/GitBuddy/pull/92)) via [@iSapozhnik](https://github.com/iSapozhnik)
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.1.5"
public static let version = "4.2.0"

public static let configuration = CommandConfiguration(
commandName: "gitbuddy",
Expand Down

0 comments on commit 9bd34e0

Please sign in to comment.