diff --git a/CHANGELOG.md b/CHANGELOG.md
index 044605aa0d..f2bf533827 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,8 @@ RELEASING:
-->
## [Unreleased]
+
+## [6.5.0] - 2021-05-17
### Added
- Time-dependent core-based routing algorithms
- Option to disable edge-based routing in core for a single weighting ([#928](https://github.com/GIScience/openrouteservice/issues/928))
@@ -46,6 +48,7 @@ RELEASING:
- Make sure A* with beeline approximation is used as default fallback algorithm ([#926](https://github.com/GIScience/openrouteservice/issues/926))
- Prioritize graph build date over data date in routing request ([#925](https://github.com/GIScience/openrouteservice/issues/925))
- Correct package declaration of BoundingBoxFactoryTest ([#933](https://github.com/GIScience/openrouteservice/issues/933))
+- Some corrections to Hungarian language support (thanks to [debyos](https://github.com/debyos))
## [6.4.3] - 2021-04-28
### Changed
@@ -434,7 +437,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
- Fix bug in RPHAST when location lies on a oneway road.
- Consider turn restrictions if optimized=false is passed.
-[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...HEAD
+[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.5.0...HEAD
+[6.5.0]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...v6.5.0
[6.4.3]: https://github.com/GIScience/openrouteservice/compare/v6.4.2...v6.4.3
[6.4.2]: https://github.com/GIScience/openrouteservice/compare/v6.4.1...v6.4.2
[6.4.1]: https://github.com/GIScience/openrouteservice/compare/v6.4.0...v6.4.1
diff --git a/openrouteservice/pom.xml b/openrouteservice/pom.xml
index 12f3b4ea40..f4dbad137c 100644
--- a/openrouteservice/pom.xml
+++ b/openrouteservice/pom.xml
@@ -34,7 +34,7 @@
4.0.0
org.heigit.ors
openrouteservice
- 6.4.3
+ 6.5.0
war
openrouteservice
openrouteservice.org