Skip to content

Commit 3f8c92d

Browse files
committed
Bump version to 0.9.1
1 parent bcacda5 commit 3f8c92d

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

SECURITY.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44

55
| Version | Supported |
66
| ------- |:---------:|
7-
| 0.x.x | |
8-
| 1.x.x | |
7+
| 0.x.x | ✅ Supported |
8+
| 1.x.x | ❌ Not supported |
99

1010
## Reporting a Vulnerability
1111

12-
Please report security vulnerabilities to [Filip Kolarik](mailto:filip26@gmail.com). Thank you!
12+
If you discover a security vulnerability, please report it responsibly by contacting:
13+
14+
**Filip Kolarik**
15+
📧 [filip26@gmail.com](mailto:filip26@gmail.com)
16+
17+
We will investigate promptly and work with you to address the issue. Thank you for helping keep the project secure!

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.apicatalog</groupId>
88
<artifactId>carbon-did</artifactId>
99

10-
<version>0.9.1-SNAPSHOT</version>
10+
<version>0.9.1</version>
1111
<packaging>jar</packaging>
1212

1313
<url>https://github.com/filip26/carbon-did-core</url>

src/main/java/com/apicatalog/did/resolver/DidResolutionException.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ public class DidResolutionException extends Exception {
1515
* Standard resolution error codes.
1616
*/
1717
public enum Code {
18+
/** The DID syntax is invalid and cannot be parsed. */
19+
InvalidDid,
20+
1821
/** The DID method resolution is not supported. */
1922
UnsupportedMethod,
2023

0 commit comments

Comments
 (0)