Skip to content

Commit

Permalink
Declare 4.2.0 and prepare for 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Nov 13, 2023
1 parent 06f720f commit 933b85f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 36 deletions.
29 changes: 0 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- Officially support Java 21 (#367).
- Drop official support for Java 20 (#367).
- Support random IBAN generation based on countries (`RandomIban.next(IsoCountry...)`), country alpha-2
codes (`RandomIban.next(String...)`) or currencies (`RandomIban.next(IsoCurrency...)`) (#339).
- Support random BIC generation based on countries (`RandomBic.next(IsoCountry...)`), country alpha-2
codes (`RandomBic.next(String...)`) or currencies (`RandomBic.next(IsoCurrency...)`) (#338).

### Changed

- Make `Bic` constants public (during #339). New available constants are `BIC8_LENGTH`,
`BIC11_LENGTH`, `INSTITUTION_CODE_INDEX`, `INSTITUTION_CODE_LENGTH`, `COUNTRY_CODE_INDEX`,
`COUNTRY_CODE_LENGTH`, `LOCATION_CODE_INDEX`, `LOCATION_CODE_LENGTH`, `BRANCH_CODE_INDEX`,
`BRANCH_CODE_LENGTH`.

### Fixed

### Deprecated
Expand All @@ -27,21 +15,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Internal

- Comment GitHub actions with version (#287).
- Bump actions/cache from 3.2.2 to 3.3.2 (#284, #294, #301, #305, #308, #309, #364).
- Bump actions/setup-java from 3.9.0 to 3.13.0 (#299, #318, #356, #365).
- Bump actions/checkout from 3.3.0 to 4.1.1 (#313, #316, #324, #352, #362, #363, #366, #370).
- Bump github/codeql-action from 2.1.37 to 2.13.4 (#286, #290, #291, #295, #300, #302, #307, #310,
#312, #315, #317, #321, #322, #325, #326, #328, #329, #335, #348, #353).
- Bump cyclonedx-maven-plugin from 2.7.4 to 2.7.5 (#304).
- Bump strata-basics test dependency from 2.12.17 to 2.12.28 (#285, #288, #289, #311, #330, #332, #333, #347, #350, #358).
- Bump parent from 3.0.0 to 3.0.2 (#306, #331).
- Update build workflow to use Java 20 instead of Java 19 (#336).
- Bump java from 17.0.5 to 17.0.8+101 (#340, #361, #363).
- Bump maven from 3.8.6 to 3.9.4 (#340, #361).
- Bump guava test dependency from 31.1-jre to 32.1.3-jre (#345, #351, #355, #357, #369).
- Update benchmarks results (#341).
- Migrate tests to AssertJ (#359).
- Upgrade analyze workflow to use Java 17 (#361).

### Thanks
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ as a maven dependency:
<dependency>
<groupId>fr.marcwrobel</groupId>
<artifactId>jbanking</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

Expand Down
14 changes: 8 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

## Supported Versions

| Version | Supported |
|----------------|---------------------------------------------|
| 4.1.x | Yes (New Features / Bugs / Vulnerabilities) |
| 3.2.x | Yes (Bugs / Vulnerabilities) |
| < 3.2.0, 4.0.0 | No |
Only the latest version of the library is supported.

| Version | Supported |
|---------|---------------------------------------------|
| 4.2.x | Yes (New Features / Bugs / Vulnerabilities) |
| < 4.2.0 | No |

## Reporting a Vulnerability

**Please do not report security vulnerabilities through public GitHub issues.** Instead, please report them directly to `marc.wrobel+jbanking@gmail.com`.
**Please do not report security vulnerabilities through public GitHub issues.** Instead, please report them directly to
`marc.wrobel+jbanking@gmail.com`.

## Preferred Languages

Expand Down

0 comments on commit 933b85f

Please sign in to comment.