diff --git a/pom.xml b/pom.xml
index a085803..76e1f13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,6 @@
UTF-8
- 2.0.0
1.19.4
2.2.4.RELEASE
@@ -58,6 +57,7 @@
com.buschmais.xo
xo.api
+ provided
org.slf4j
@@ -120,7 +120,6 @@
com.buschmais.jqassistant.plugin
common
- ${jqa-plugin-common.version}
provided
@@ -128,7 +127,6 @@
com.buschmais.jqassistant.plugin
common
test-jar
- ${jqa-plugin-common.version}
test
@@ -156,6 +154,7 @@
org.slf4j
slf4j-simple
+ provided
org.springframework.boot
diff --git a/readme.adoc b/readme.adoc
index 52af792..54a2b1a 100644
--- a/readme.adoc
+++ b/readme.adoc
@@ -18,3 +18,13 @@ jqassistant:
version: ${jqassistant.graphql-plugin.version}
----
<1> Dependency to the GraphQL plugin
+
+== Changelog
+
+=== 2.0.0
+
+- Moved Plugin from com.buschmais.jqassistant.plugin (core-Distribution) to org.jqassistant.plugin
+
+=== 1.9.0
+
+- Added scanners for GraphQL schema files and URL introspection