diff --git a/CHANGELOG.md b/CHANGELOG.md index 3515b19d9..628d1accc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,33 @@ ### New Features +### Breaking Changes + +### New Rules (0) + +- + +### Bug Fixes + +### capa Explorer Web + +### capa Explorer IDA Pro plugin + +### Development + +### Raw diffs +- [capa v7.4.0...master](https://github.com/mandiant/capa/compare/v7.4.0...master) +- [capa-rules v7.4.0...master](https://github.com/mandiant/capa-rules/compare/v7.4.0...master) + +## v7.4.0 + +TODO + +### New Features + - add IDA v9.0 backend via idalib #2376 @williballenthin - locate Binary Ninja API using XDG Desktop Entries #2376 @williballenthin -### Breaking Changes - ### New Rules (12) - nursery/access-unmanaged-com-objects-in-dotnet mehunhoff@google.com @@ -22,7 +44,6 @@ - host-interaction/process/get-process-filename matthew.williams@mandiant.com - host-interaction/driver/complete-processing-asynchronous-io-request moritz.raabe@mandiant.com - anti-analysis/packer/nmm-protect/packed-with-nmm-protect william.ballenthin@mandiant.com -- ### Bug Fixes @@ -38,8 +59,8 @@ ### Raw diffs -- [capa v7.3.0...master](https://github.com/mandiant/capa/compare/v7.3.0...master) -- [capa-rules v7.3.0...master](https://github.com/mandiant/capa-rules/compare/v7.3.0...master) +- [capa v7.3.0...v7.4.0](https://github.com/mandiant/capa/compare/v7.3.0...v7.4.0) +- [capa-rules v7.3.0...v7.4.0](https://github.com/mandiant/capa-rules/compare/v7.3.0...v7.4.0) ## v7.3.0 diff --git a/capa/version.py b/capa/version.py index dce982c2c..8b31915f7 100644 --- a/capa/version.py +++ b/capa/version.py @@ -5,7 +5,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. -__version__ = "7.3.0" +__version__ = "7.4.0" def get_major_version():