summarylogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt123
1 files changed, 123 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b7d4707f2270..599414a85260 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,124 @@ Changelog
=========
+v2.4.165.1 (2022-11-10)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Properly bump version. [Raphaël Vinot]
+
+Other
+~~~~~
+- Update __init__.py. [Marcelo Chaves]
+
+ Regardless of running the latest PyMISP version, the message below is presented:
+ ```
+ The version of PyMISP recommended by the MISP instance (2.4.165) is newer than the one you're using now (2.4.162.1). Please upgrade PyMISP.
+ ```
+
+
+v2.4.165 (2022-11-09)
+---------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump mypy. [Raphaël Vinot]
+- Add links to doc. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Issue with EMailObject. [Raphaël Vinot]
+
+
+v2.4.162.2 (2022-11-02)
+-----------------------
+
+New
+~~~
+- Add in ability to set a taxonomies required status. [Tom King]
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump lief (CVEs), version. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
+- [tests] fix the list name test following latest warning-list updates.
+ [Alexandre Dulaunoy]
+- Bump deps. [Raphaël Vinot]
+- Add dependabot. [Raphaël Vinot]
+
+Other
+~~~~~
+- Revert "chg: [tests] fix the list name test following latest warning-
+ list" [Alexandre Dulaunoy]
+
+ This reverts commit be3715595bcf08d497303198fefdf91c735b3fb2.
+- Build(deps): bump actions/setup-python from 2 to 4. [dependabot[bot]]
+
+ Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
+ - [Release notes](https://github.com/actions/setup-python/releases)
+ - [Commits](https://github.com/actions/setup-python/compare/v2...v4)
+
+ ---
+ updated-dependencies:
+ - dependency-name: actions/setup-python
+ dependency-type: direct:production
+ update-type: version-update:semver-major
+ ...
+- Build(deps): bump actions/checkout from 2 to 3. [dependabot[bot]]
+
+ Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
+ - [Release notes](https://github.com/actions/checkout/releases)
+ - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+ - [Commits](https://github.com/actions/checkout/compare/v2...v3)
+
+ ---
+ updated-dependencies:
+ - dependency-name: actions/checkout
+ dependency-type: direct:production
+ update-type: version-update:semver-major
+ ...
+- Build(deps): bump codecov/codecov-action from 1 to 3.
+ [dependabot[bot]]
+
+ Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
+ - [Release notes](https://github.com/codecov/codecov-action/releases)
+ - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
+ - [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)
+
+ ---
+ updated-dependencies:
+ - dependency-name: codecov/codecov-action
+ dependency-type: direct:production
+ update-type: version-update:semver-major
+ ...
+- Create codeql-analysis.yml. [Raphaël Vinot]
+
+
+v2.4.162.1 (2022-10-02)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump deps and version. [Raphaël Vinot]
+
+ Fix LIEF vuln.
+- Bump deps, objects. [Raphaël Vinot]
+
+Fix
+~~~
+- Change DNS warning list test. [Raphaël Vinot]
+
+
v2.4.162 (2022-09-09)
---------------------
@@ -13,12 +131,17 @@ New
Changes
~~~~~~~
+- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- Add in sort/desc for sorting results and limit/page for pagination.
[Tom King]
- Improve documentation for add_attribute. [Raphaël Vinot]
+Fix
+~~~
+- Missing place to update version. [Raphaël Vinot]
+
v2.4.160.1 (2022-08-09)
-----------------------