Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.3.0](halestudio/hale@v5.2.1...v5.3.0) (2024-08-07)

### Features

* support loading Shapefiles for XML schemas ([0f64ad3](halestudio/hale@0f64ad3))
* support loading single Shapefile from folder ([eb83a2f](halestudio/hale@eb83a2f))

### Bug Fixes

* avoid arbitrary file access during archive extraction ("Zip Slip") ([5c82a4b](halestudio/hale@5c82a4b))
* **deps:** update dependency to.wetransform.offlineresources.feature to v2024.7.31.bnd-fohraq ([5f8fbd7](halestudio/hale@5f8fbd7))
* replace broken or risky cryptographic algorithm ([9903a9f](halestudio/hale@9903a9f))
* Xplan validation erroneously throws warning on missing objects ([23bcc04](halestudio/hale@23bcc04)), closes [#890](halestudio/hale#890)
  • Loading branch information
wetransformer committed Aug 7, 2024
1 parent eb83a2f commit aec9608
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [5.3.0](https://github.com/halestudio/hale/compare/v5.2.1...v5.3.0) (2024-08-07)


### Features

* support loading Shapefiles for XML schemas ([0f64ad3](https://github.com/halestudio/hale/commit/0f64ad32cd12bf375410a52a9b6672e254787175))
* support loading single Shapefile from folder ([eb83a2f](https://github.com/halestudio/hale/commit/eb83a2f6f8b8351e8d8908e7e45e71b2694b98ba))


### Bug Fixes

* avoid arbitrary file access during archive extraction ("Zip Slip") ([5c82a4b](https://github.com/halestudio/hale/commit/5c82a4baa05f583326b60a0c5c6f4a72c8269717))
* **deps:** update dependency to.wetransform.offlineresources.feature to v2024.7.31.bnd-fohraq ([5f8fbd7](https://github.com/halestudio/hale/commit/5f8fbd70c314c7594308a511185874d342ea6705))
* replace broken or risky cryptographic algorithm ([9903a9f](https://github.com/halestudio/hale/commit/9903a9f9dc3f32ea1154e074f75d30a317c77746))
* Xplan validation erroneously throws warning on missing objects ([23bcc04](https://github.com/halestudio/hale/commit/23bcc04dab77289d7953f7bb862e5cdc420305f8)), closes [#890](https://github.com/halestudio/hale/issues/890)

## [5.2.1](https://github.com/halestudio/hale/compare/v5.2.0...v5.2.1) (2024-07-04)


Expand Down
2 changes: 1 addition & 1 deletion build/config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project = {
// version
// major.minor.micro-SNAPSHOT - remove -SNAPSHOT for releases
version = '5.3.0-SNAPSHOT'
version = '5.3.0'

// when increasing the version number, at least the version of the .application bundles
// should be increased so they state an updated application version
Expand Down

0 comments on commit aec9608

Please sign in to comment.