diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4889e56..bf5ab2e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,11 +10,14 @@ The `Unreleased` section name is replaced by the expected version of next releas
### Added
### Changed
+
+- Targets `Microsoft.Azure.DocumentDB.ChangeFeedProcessor` v `2.2.7`, which includes critical lease management improvements
+
### Removed
### Fixed
-## [1.0.0-rc1] - 2019-06-03
+## [1.0.1-rc1] - 2019-06-03
### Added
@@ -53,6 +56,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
(Stripped down repo for history purposes, see [`master` branch of Jet.ConfluentKafka.FSharp for complete history prior to 1.0.0-rc13](https://github.com/jet/Jet.ConfluentKafka.FSharp/blob/master/CHANGELOG.md))
-[Unreleased]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.1-rc1...HEAD
-[1.0.1-rc1]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-rc13...1.0.1-rc1
-[1.0.0-rc13]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/d2caf9a007a137994e91ab709c87eb29fe32489b...1.0.0-rc13
\ No newline at end of file
+[Unreleased]: https://github.com/jet/propulsion/compare/1.0.1-rc1...HEAD
+[1.0.1-rc1]: https://github.com/jet/propulsion/compare/1.0.0-rc13...1.0.1-rc1
+[1.0.0-rc13]: https://github.com/jet/propulsion/compare/d2caf9a007a137994e91ab709c87eb29fe32489b...1.0.0-rc13
\ No newline at end of file
diff --git a/Propulsion.sln b/Propulsion.sln
index 32158e7a..ca0d7cb9 100644
--- a/Propulsion.sln
+++ b/Propulsion.sln
@@ -2,11 +2,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1A62C9CF-EA99-4D42-8DB3-F050981267AD}"
- ProjectSection(SolutionItems) = preProject
- .github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
- EndProjectSection
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{302B09C4-7F38-4CF7-93B9-1B7A6035386E}"
ProjectSection(SolutionItems) = preProject
tests\xunit.runner.json = tests\xunit.runner.json
diff --git a/src/Propulsion.Cosmos/Propulsion.Cosmos.fsproj b/src/Propulsion.Cosmos/Propulsion.Cosmos.fsproj
index 74f1a886..5dd9086b 100644
--- a/src/Propulsion.Cosmos/Propulsion.Cosmos.fsproj
+++ b/src/Propulsion.Cosmos/Propulsion.Cosmos.fsproj
@@ -7,7 +7,6 @@
true
true
true
- NET461
@@ -26,8 +25,7 @@
-
-
+
diff --git a/src/Propulsion.EventStore/Propulsion.EventStore.fsproj b/src/Propulsion.EventStore/Propulsion.EventStore.fsproj
index 35443879..8159687f 100644
--- a/src/Propulsion.EventStore/Propulsion.EventStore.fsproj
+++ b/src/Propulsion.EventStore/Propulsion.EventStore.fsproj
@@ -7,7 +7,6 @@
true
true
true
- NET461
@@ -22,7 +21,6 @@
-
diff --git a/src/Propulsion.Kafka/Propulsion.Kafka.fsproj b/src/Propulsion.Kafka/Propulsion.Kafka.fsproj
index 37e95f68..e39d5cef 100644
--- a/src/Propulsion.Kafka/Propulsion.Kafka.fsproj
+++ b/src/Propulsion.Kafka/Propulsion.Kafka.fsproj
@@ -7,7 +7,6 @@
true
true
true
- NET461