Skip to content

Commit dedb794

Browse files
committed
doc: Release v2.0.2
1 parent 9ea90c3 commit dedb794

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ChangeLog (jsonurl-java)
22

3+
## v2.0.2
4+
5+
### Bug Fixes
6+
7+
* Fix ampersand decode bug ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
8+
* Fix bug in JsonUrlTestAppender.addCodePoint() ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
9+
* Fix NPE when appending a null String ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
10+
* Fix bug writing number-like strings that include plus, with AQF ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
11+
312
## v2.0.1
413

514
### Overview

SECURITY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
The following versions are actively supported, including security updates.
66

7-
| Version | Supported |
8-
| --------- | ------------------ |
9-
| 2.0.1 | :white_check_mark: |
10-
| < 2.0.1 | :x: |
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 2.0.2 | :white_check_mark: |
10+
| < 2.0.2 | :x: |
1111

1212
## Reporting a Vulnerability
1313

1414
First: thank you for engaging in responsible disclosure!
1515

1616
If you beleive you've found a vulnerability or other security related issue
17-
please email a complete description to jsonurl.org ``at'' gmail.com.
17+
please email a complete description to jsonurl.org \`\`at'' gmail.com.
1818
If the issue is accepted a discussion will begin on a private
1919
[Zulip][zulip] channel, and you may be be invited to participate. Once a fix
2020
is in place, and a new release is made, a GitHub security advisory will be
2121
created to make the information public.
2222

23-
If the vulnerability is declined a Github issue may still be created,
23+
If the vulnerability is declined a Github issue may still be created,
2424
and/or the Zulip channel may be made public, to make the discussion public
2525
if the repository owners see value in that. Otherwise, we appreciate your
2626
engagement in responsible disclosure and you are now free to disclose

0 commit comments

Comments
 (0)