Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Apr 16, 2024
1 parent ba9288d commit 544f765
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Released]

## [2.8.1] - 2024-04-16

### Security

- Updated packages to latest version matching version selectors.
- Changed IAM based authentication for CDK to use OIDC

## [2.8.0] - 2024-03-30

### Security
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activity_timer",
"version": "2.8.0",
"version": "2.8.1",
"author": "Dannie Hansen",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/capabilities/board-buttons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function getBoardButtons(): Promise<
}

items.push({
text: 'Version: 2.8.0'
text: 'Version: 2.8.1'
});

await t.popup({
Expand Down

0 comments on commit 544f765

Please sign in to comment.