diff --git a/.travis.yml b/.travis.yml
index a165e66..d1fa83e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,5 @@
language: java
jdk:
- openjdk8
-services:
- - mongodb
after_success:
- bash <(curl -s https://codecov.io/bash)
-
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 908caa2..94052af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [4.1.7](https://github.com/extent-framework/extentreports-java/compare/v4.1.6...v4.1.7)
+#### Fixes
+* [#193] Fixes issue with JSON code-block
+
## [4.1.6](https://github.com/extent-framework/extentreports-java/compare/v4.1.5...v4.1.6)
#### Fixes
* [#149] Skipped count is not displaying in authors tag and category tag
diff --git a/LICENSE b/LICENSE
index 261eeb9..d0de84b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
+ Copyright 2020 Anshoo Arora
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/pom-nexus.xml b/pom-nexus.xml
index a6d67d2..f99d00d 100644
--- a/pom-nexus.xml
+++ b/pom-nexus.xml
@@ -5,7 +5,7 @@