Skip to content

Commit

Permalink
build(2.0.0): merge release into main (#107)
Browse files Browse the repository at this point in the history
* bump version for v2.0.0
* update readme for v2.0.0
* release 2.0.0 (#106)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 and github-actions[bot] authored Oct 8, 2024
1 parent c2598be commit 758b6ee
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.0.0](https://github.com/SAP/ssi-dim-middle-layer/compare/v1.2.1...v2.0.0) (2024-10-08)


### ⚠ BREAKING CHANGES

* **provisioning:** change to the new div provisioning api ([#93](https://github.com/SAP/ssi-dim-middle-layer/issues/93))

### Features

* **provisioning:** change to the new div provisioning api ([#93](https://github.com/SAP/ssi-dim-middle-layer/issues/93)) ([bf650d4](https://github.com/SAP/ssi-dim-middle-layer/commit/bf650d40a9e3b1696de54c56a900bbf1dc3a703a)), closes [#79](https://github.com/SAP/ssi-dim-middle-layer/issues/79)
* **wallet:** add existence check for wallet creation ([#71](https://github.com/SAP/ssi-dim-middle-layer/issues/71)) ([c23dfe1](https://github.com/SAP/ssi-dim-middle-layer/commit/c23dfe1039e3b29cee19771be15ea2f3bc9cd7ac)), closes [#66](https://github.com/SAP/ssi-dim-middle-layer/issues/66)


### Bug Fixes

* **callback:** add error handling for callback service ([#73](https://github.com/SAP/ssi-dim-middle-layer/issues/73)) ([9db2959](https://github.com/SAP/ssi-dim-middle-layer/commit/9db295930374a296e2bcd0e1aa8ce9249ac3baf8)), closes [#67](https://github.com/SAP/ssi-dim-middle-layer/issues/67)
* **environment:** adjust getEnvironment exception handling ([#89](https://github.com/SAP/ssi-dim-middle-layer/issues/89)) ([8b526a5](https://github.com/SAP/ssi-dim-middle-layer/commit/8b526a517404dad4b17bdefc05e904d6a526b228)), closes [#84](https://github.com/SAP/ssi-dim-middle-layer/issues/84)
* **tenantName:** remove invalid characters from tenant name ([#88](https://github.com/SAP/ssi-dim-middle-layer/issues/88)) ([d44ef09](https://github.com/SAP/ssi-dim-middle-layer/commit/d44ef0909f5972fb12e99795ef2e0e49402b6cd0))

## [1.2.1](https://github.com/SAP/ssi-dim-middle-layer/compare/v1.2.0...v1.2.1) (2024-08-02)


Expand Down
4 changes: 2 additions & 2 deletions charts/dim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
name: dim
type: application
version: 1.2.1
appVersion: 1.2.1
version: 2.0.0
appVersion: 2.0.0
description: Helm chart for DIM Middle Layer
home: https://github.com/catenax-ng/dim-repo
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/dim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use the helm chart as a dependency:
dependencies:
- name: dim
repository: https://sap.github.io/ssi-dim-middle-layer
version: 1.2.1
version: 2.0.0
```
## Requirements
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<Project>
<PropertyGroup>
<VersionPrefix>1.2.1</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 758b6ee

Please sign in to comment.