From 1cb32a55be69406d81d6671ca1fed32deed8cbab Mon Sep 17 00:00:00 2001
From: Christian Dreher <c.dreher@kit.edu>
Date: Fri, 20 Jan 2023 17:59:40 +0100
Subject: [PATCH] chore: Update changelog

---
 CHANGELOG.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9ca3de7c..e12f7b62f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,33 @@ This document accumulates all changes to Axii with the respective version
 ## Releases 23.01
 
 
+### Release [23.01.3.0](https://git.h2t.iar.kit.edu/sw/armarx/meta/axii/-/releases/23.01.3.0)
+
+**Update procedure**:
+
+- `axii self update`
+- (with workspace activated) `axii workspace verify`
+
+**Modules:**
+
+- **New** `deps/pybind`: Add pybind module (@pohl, !479)
+- **New** `h2t/research_projects/jubot/*`: Add required modules (@kartmann, !477)
+- `armarx/VisionX`: Add Python package `armarx_face_recognition` (@kartmann, !476)
+- **New** `armarx/core/simulation`: Add new simulation and Bullet ArmarX modules (@hegemann, !349)
+
+**Fixes:**
+
+- Fix some aspects of `axii ci workspace create` (@kartmann, !482)
+- Add all required modules of a feature to the dependency graph if indirectly satisfied (@pohl, !481)
+
+_Other:_
+
+- Add documentation for CI/CD engineers or downstream maintainers using Axii Docker images (@dreher, !480)
+- Add hint about Git remote preferences (@kartmann, !478)
+- Enable apt caching, clean up pylint job (@dreher, !484)
+- Enable CI unit test reports (@dreher, !483)
+
+
 ### Release [23.01.2.0](https://git.h2t.iar.kit.edu/sw/armarx/meta/axii/-/releases/23.01.2.0)
 
 **Update procedure**:
-- 
GitLab