diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
new file mode 100644
index 0000000..bb97145
--- /dev/null
+++ b/CONTRIBUTORS.md
@@ -0,0 +1,5 @@
+Special thanks to the contributors
+
+- [Steve Hansen](https://github.com/beefo)
+- [Eric Domke](https://github.com/erdomke)
+- [Jonas Nyrup](https://github.com/jnyrup)
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index a0b3c77..381fd3d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
If not noted otherwise in the file header, the project uses the MIT license.
-Copyright (c) 2019, Matthias Buchetics, Alexander Pacha, Steve Hansen, and Eric Domke
+Copyright (c) 2019, Matthias Buchetics and Alexander Pacha.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/RangeTree/RangeTree.csproj b/RangeTree/RangeTree.csproj
index 8c41128..afe0eb4 100644
--- a/RangeTree/RangeTree.csproj
+++ b/RangeTree/RangeTree.csproj
@@ -16,15 +16,15 @@ In computer science, an interval tree is an ordered tree data structure to hold
https://github.com/mbuchetics/RangeTree.git
git
range, tree, interval
- 2.0.0
+ 2.0.1
RangeTree
- Matthias Buchetics, Alexander Pacha, Steve Hansen, Erik Domke
+ Matthias Buchetics, Alexander Pacha and others, see CONTRIBUTORS.md
RangeTree - A generic interval tree implementation in C#
Major overhaul by Erik Domke to a nice and cleaner interface.
Support for async version has been dropped and Rebuild / AutoRebuild functionality is now only internal (there was no reason for making it accessible from the outside anyway).
For a full list changes at https://github.com/mbuchetics/RangeTree/releases
- 2.0.0
- 2.0.0
+ 2.0.1
+ 2.0.1
Matthias Buchetics, Alexander Pacha