Skip to content

Commit

Permalink
docs: Update changelog for v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Apr 1, 2023
1 parent f74c1b8 commit b9e3451
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fileignoreconfig:
- filename: .github/workflows/trivy.yaml
checksum: 26bacc66c011640e4402fe1f68b222dd3b737ca4b6a8289ae546c60c5bae8fc1
- filename: CHANGELOG.md
checksum: 7f7150e42ecb45c63590bfb4324aad36d4424214acafd6a9331ce99e9a1613f6
checksum: e9ec8b91bcb872b9fea94ff02a6aaef836ca5b197bcc55eb9e05ea7a843ce3be
- filename: README.md
checksum: 48a85d9043103a821be33c98952dbb5c499fd27e49ade0a2d19b4524ac9926e4
- filename: backend/build.gradle
Expand Down Expand Up @@ -89,6 +89,10 @@ fileignoreconfig:
checksum: 96f2c392fb67d9fcfbcbec1184fc18d3dbf93ff62db9b96783304ca2a8a809c0
- filename: doc/preference-sample1.png
checksum: 524cabe3c00adb712d76ef433eaa3a7cc9454ba6a182cb180a7d3987757d74ef
- filename: doc/sample1.png
checksum: 3e742113cc1cc2c04a6520aa21a68a7165a1847d9994dda411628c429df0dfb8
- filename: doc/sample3.png
checksum: 368c6cc373cac008695834853b0b926c6672987036ef36964a588c1089376a88
- filename: frontend/__tests__/components/DashboardHeader.test.js
checksum: b3aa749c19af54ddbf0cbedc29906e0eaef511d998008f6b32526c94cbe6026e
- filename: frontend/__tests__/icons/Icons.test.js
Expand Down Expand Up @@ -119,10 +123,6 @@ fileignoreconfig:
checksum: d73f0176d67bd6d349ffe8b373d87618dfbe2baddc2ca0e85abc312724451169
- filename: frontend/src/services/storageService.js
checksum: 1201404e951f36868d024c62dd75f8339953922e43c68626e4698a5d6c1e11bc
- filename: doc/sample3.png
checksum: 368c6cc373cac008695834853b0b926c6672987036ef36964a588c1089376a88
- filename: doc/sample1.png
checksum: 3e742113cc1cc2c04a6520aa21a68a7165a1847d9994dda411628c429df0dfb8
allowed_patterns:
- org\.yaml:snakeyaml:\$\{snakeyamlVersion\}
- key:\s\$\{\{\srunner\.os\s\}\}-\$\{\{\ssteps\.get-date\.outputs\.date\s\}\}-nvd-nist-cache-\$\{\{\shashFiles\(\'\*\*\/\*\.gradle\*\'\)\s\}\}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [v3.1.0](https://github.com/otto-de/gitactionboard/compare/v3.0.7...v3.1.0) (2023-04-01)

### Features

- ([#162](https://github.com/otto-de/gitactionboard/issues/162)) Display gitactionboard version on dashboard ([ad8df47](https://github.com/otto-de/gitactionboard/commit/ad8df47715e951c61f2f61215754775cd1f38d06))
- Add support to periodic scan for enabled features ([3694887](https://github.com/otto-de/gitactionboard/commit/36948878be0b3fc3afc40b8ebbc9612e63de05cc))

### Bug Fixes

- Fix CVE-2022-1471 related to snakeyaml ([1a68791](https://github.com/otto-de/gitactionboard/commit/1a687912c15593ebd6fc8e4d1c741b6fc6f131b5))
- Fix CVE-2023-0464 related to libcrypto3 and libssl3 ([03bb494](https://github.com/otto-de/gitactionboard/commit/03bb494f251d1201a01eedc9380b44fa737e817b))

## [v3.0.7](https://github.com/otto-de/gitactionboard/compare/v3.0.6...v3.0.7) (2023-03-24)

### Bug Fixes
Expand Down

0 comments on commit b9e3451

Please sign in to comment.