From 3577f6f2a7b5b10b2684aef123fc9ad5a3b95e96 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 19 Sep 2024 08:40:29 -0400 Subject: [PATCH] Version bump and fix CHANGELOG links --- CHANGELOG.md | 8 ++++++-- github-app-token.cabal | 2 +- package.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5334dcd..53d2ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ -## [_Unreleased_](https://github.com/freckle/github-app-token/compare/v0.0.1.1...main) +## [_Unreleased_](https://github.com/freckle/github-app-token/compare/v0.0.1.2...main) -## [v0.0.1.0](https://github.com/freckle/github-app-token/tree/v0.0.1.1) +## [v0.0.1.0](https://github.com/freckle/github-app-token/compare/v0.0.1.0...v0.0.1.1) + +- Implement refresh wake-ups more efficiently + +## [v0.0.1.0](https://github.com/freckle/github-app-token/compare/v0.0.0.1...v0.0.1.1) - Add `GitHub.App.Token.Refresh` diff --git a/github-app-token.cabal b/github-app-token.cabal index b444606..c6ba6bd 100644 --- a/github-app-token.cabal +++ b/github-app-token.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- see: https://github.com/sol/hpack name: github-app-token -version: 0.0.1.1 +version: 0.0.1.2 synopsis: Generate an installation access token for a GitHub App description: Please see README.md category: HTTP diff --git a/package.yaml b/package.yaml index 9a2bc4e..54989c8 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: github-app-token -version: 0.0.1.1 +version: 0.0.1.2 maintainer: Freckle Education category: HTTP github: freckle/github-app-token