Skip to content

Commit

Permalink
Version bump and fix CHANGELOG links
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Sep 20, 2024
1 parent aa56dee commit 3577f6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
2 changes: 1 addition & 1 deletion github-app-token.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3577f6f

Please sign in to comment.