Skip to content

Commit

Permalink
chore(release): 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kgangerlm committed Aug 15, 2023
1 parent 149e98c commit b79239a
Show file tree
Hide file tree
Showing 4 changed files with 1,193 additions and 1,090 deletions.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.1.10](https://gitlab.com/hoppr/hoppr-cop/compare/v1.1.9...v1.1.10) (2023-08-15)


### Bug Fixes

* support 1.5 spec and custom root models ([f3d8373](https://gitlab.com/hoppr/hoppr-cop/commit/f3d8373c7d87b11c02e131f88116ce9002a54f4e))
* TrivyScanner exception ([7f8fa5d](https://gitlab.com/hoppr/hoppr-cop/commit/7f8fa5dd940421c2b777e2d464deff2681ae8b98))


### Reverts

* testing changes ([d1ae483](https://gitlab.com/hoppr/hoppr-cop/commit/d1ae4833f3519a0d5ad3b637e67644c7f5fb8a43))

## [1.1.9](https://gitlab.com/hoppr/hoppr-cop/compare/v1.1.8...v1.1.9) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion hopprcop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""bom vulnerability scanners"""
__version__ = "1.1.9"
__version__ = "1.1.10"
Loading

0 comments on commit b79239a

Please sign in to comment.