diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17ec7369..4bec6c11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
+## [4.9.2] - 2021-03-04
+
### Changed
- Endpoints of Oracle and DBpedia Spotlight for tests
@@ -313,6 +315,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
- support for accessing remote files (via HTTP GET)
- basic support for functions
+[4.9.2]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.1...v4.9.2
[4.9.1]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.0...v4.9.1
[4.9.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.8.2...v4.9.0
[4.8.2]: https://github.com/RMLio/rmlmapper-java/compare/v4.8.1...v4.8.2
diff --git a/buildNumber.properties b/buildNumber.properties
index fd5a48ac..22175365 100644
--- a/buildNumber.properties
+++ b/buildNumber.properties
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
-#Mon Jan 18 14:22:49 CET 2021
-buildNumber0=346
+#Wed Mar 03 16:40:33 CET 2021
+buildNumber0=348
diff --git a/pom.xml b/pom.xml
index 7363aa4b..6d9fd704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
be.ugent.rml
rmlmapper
RMLMapper
- 4.9.1
+ 4.9.2
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.