From 62d5716d1a05626f01313ba307d23827ec81ac60 Mon Sep 17 00:00:00 2001 From: wetransferplatform Date: Mon, 1 May 2023 08:56:24 +0000 Subject: [PATCH] Created a new release --- Changelog.md | 5 +++++ Sources/GitBuddyCore/Commands/GitBuddy.swift | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e7fba0e..0a9ace5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +### 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) +- Merge release 4.1.4 into master ([#94](https://github.com/WeTransfer/GitBuddy/pull/94)) via [@wetransferplatform](https://github.com/wetransferplatform) + ### 4.1.4 - Improve error logs for GitBuddy GitHub API failures ([#93](https://github.com/WeTransfer/GitBuddy/pull/93)) via [@AvdLee](https://github.com/AvdLee) - Update `Development` section in `README` file ([#91](https://github.com/WeTransfer/GitBuddy/pull/91)) via [@peagasilva](https://github.com/peagasilva) diff --git a/Sources/GitBuddyCore/Commands/GitBuddy.swift b/Sources/GitBuddyCore/Commands/GitBuddy.swift index 1752ff7..2e631ed 100644 --- a/Sources/GitBuddyCore/Commands/GitBuddy.swift +++ b/Sources/GitBuddyCore/Commands/GitBuddy.swift @@ -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.4" + public static let version = "4.1.5" public static let configuration = CommandConfiguration( commandName: "gitbuddy",