diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd0ebf4194eadb8d5474a0db8a6ebe310a7c4671..027124927a886ccb2cf0c7b3ee5ec38925b1c266 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,11 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## v0.8.3 [unreleased]
+## v0.8.3 [2018-05-18]
 ### Added
-- Renaming of CogMap-router and new router (Erik). !16
+- Consider direction of escalators in ff-router !22
+- Statistics about deleted agents !12
+- `cmake  -DAIROUTER=true` to ignore the `AIrouter` 6fd4a1a0
 - Use npy files for smokesensor. !13 
 - New attributes for sources `agent_id` and `time` for scheduling agent's appearance. See #258 for discussion. !14
 - Router tests
@@ -13,6 +15,14 @@ All notable changes to this project will be documented in this file.
 - vtk-files (ff_router) can be written with `<write_VTK_files>true</write_VTK_files>` (see wiki)
 - Exit_Strategie / Direction_Strategie: fixed bug 269, where agents get stuck at doors. b1345915
 
+### Changed
+- Renaming of CogMap-router and new router (Erik). !16
+
+### Fixed
+-  source thread and main thread are not synchrone. 2d1fb525
+- Bug in sources leads to duplicate sgents. #158 5c81985b
+
+
 ## v0.8.2 [2016-10-11]
 
 Repository moved to [new server](https://gitlab.version.fz-juelich.de/jupedsim/jpscore)