Skip to content

Commit

Permalink
4.6.0 Make activity_tracker_name required
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelmace committed Jun 14, 2023
1 parent 1855d47 commit 48a102e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## 4.6.0 - 2023-06-14

### Added

### Changed

### Fixed

* Make activity_tracker_name required

## 4.5.0 - 2023-06-13

### Added
Expand Down
6 changes: 5 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "mytodo-da",
"label": "Cloud Native Deployable Architecture",
"product_kind": "solution",
"version": "4.5.0",
"version": "4.6.0",
"tags": [
"network_vpc",
"Technology"
Expand All @@ -30,6 +30,10 @@
{
"key": "region",
"required": false
},
{
"key": "activity_tracker_name",
"required": true
}
],
"outputs": [
Expand Down

0 comments on commit 48a102e

Please sign in to comment.