Skip to content

Commit

Permalink
chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 20, 2023
1 parent cf0d0f5 commit 91e1a5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
32 changes: 12 additions & 20 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/Mazars-Tech/AD_Miner/compare/v0.7.0...v1.0.0) (2023-12-20)


* BREAKING CHANGE: bump to version 1.0.0 ([cf0d0f5](https://github.com/Mazars-Tech/AD_Miner/commit/cf0d0f542e51e7cd34ef84efcb0d0d1fea0e8ba4))


### BREAKING CHANGES

* bump to version 1.0.0



# [0.7.0](https://github.com/Mazars-Tech/AD_Miner/compare/v0.6.0...v0.7.0) (2023-12-20)


Expand Down Expand Up @@ -115,23 +127,3 @@



# [0.4.0](https://github.com/Mazars-Tech/AD_Miner/compare/v0.3.0...v0.4.0) (2023-10-16)


### Bug Fixes

* bad request initialization with specific flags ([f2148d8](https://github.com/Mazars-Tech/AD_Miner/commit/f2148d875bcc6b71d963fb38de6cf2db9b203a17))
* bug with url encoding ([60df905](https://github.com/Mazars-Tech/AD_Miner/commit/60df905106a9d24125b3a324907ea248d01b8180))


### Features

* ctrl-c catching, new method for parallel write queries & potential bug fix ([d3990f4](https://github.com/Mazars-Tech/AD_Miner/commit/d3990f4b531bc51dbc508f8985a9b266187c47dd))


### Performance Improvements

* remove 7 useless requests ([f04e1e6](https://github.com/Mazars-Tech/AD_Miner/commit/f04e1e6f3f10fe0d0cc4f846e21210d99c9ca660))



2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "AD_Miner"
version = "0.7.0"
version = "1.0.0"
description = "AD Miner is an Active Directory audit tool that leverages cypher queries to crunch data from the Bloodhound graph database to uncover security weaknesses."
authors = [ "Jean-Michel Besnard", "Jonathan Andreu" , "Joseph Pradines", "Louis Lambron", "Emilien Vannier", "Samy Bontemps", "Thomas Girard", "Tanguy Boisset", "Vangelis Hoareau", "Clément Teytaud", "Lucas Bozon", "Alexandre Lac", "Théophile Gaulin"]
license = "GPL-3.0"
Expand Down

0 comments on commit 91e1a5b

Please sign in to comment.