diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc2edcda9..22100a3ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
* Remove UIWebView Reactive Extensions due to [Apple's hard deprecation, starting April 2020](https://developer.apple.com/news/?id=12232019b). #2062
* Support Mac Catalyst. #2062
+* Fix [`FoundationNetworking` imports for Linux](https://github.com/apple/swift-corelibs-foundation/blob/a264bfd40af8412161cdc05be11c1cf35f6a56f1/Docs/ReleaseNotes_Swift5.md#dependency-management).
* Add compactMap to SharedSequence, Single and Maybe. #1978
* Add UITextField.isSecureTextEntry binder. #1968
* Remove "custom" Result in favor of Foundation.Result. #2006
diff --git a/RxBlocking.podspec b/RxBlocking.podspec
index 2c9878078..a84e50641 100644
--- a/RxBlocking.podspec
+++ b/RxBlocking.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBlocking"
- s.version = "5.0.1"
+ s.version = "5.1.0"
s.summary = "RxSwift Blocking operatos"
s.description = <<-DESC
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
diff --git a/RxBlocking/Info.plist b/RxBlocking/Info.plist
index 881962abf..5313a0db6 100644
--- a/RxBlocking/Info.plist
+++ b/RxBlocking/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.1
+ 5.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/RxCocoa.podspec b/RxCocoa.podspec
index 72ade9731..504d0bbda 100644
--- a/RxCocoa.podspec
+++ b/RxCocoa.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCocoa"
- s.version = "5.0.1"
+ s.version = "5.1.0"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions
diff --git a/RxCocoa/Info.plist b/RxCocoa/Info.plist
index 881962abf..5313a0db6 100644
--- a/RxCocoa/Info.plist
+++ b/RxCocoa/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.1
+ 5.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/RxRelay.podspec b/RxRelay.podspec
index d6015ed90..6032bb16b 100644
--- a/RxRelay.podspec
+++ b/RxRelay.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxRelay"
- s.version = "5.0.1"
+ s.version = "5.1.0"
s.summary = "Relays for RxSwift - PublishRelay and BehaviorRelay"
s.description = <<-DESC
Relays for RxSwift - PublishRelay and BehaviorRelay
diff --git a/RxRelay/Info.plist b/RxRelay/Info.plist
index 881962abf..5313a0db6 100644
--- a/RxRelay/Info.plist
+++ b/RxRelay/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.1
+ 5.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/RxSwift.podspec b/RxSwift.podspec
index 540a9fcf8..2dfd5d051 100644
--- a/RxSwift.podspec
+++ b/RxSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwift"
- s.version = "5.0.1"
+ s.version = "5.1.0"
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
s.description = <<-DESC
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
diff --git a/RxSwift/Info.plist b/RxSwift/Info.plist
index 881962abf..5313a0db6 100644
--- a/RxSwift/Info.plist
+++ b/RxSwift/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.1
+ 5.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/RxTest.podspec b/RxTest.podspec
index 53d162481..ccb041ed4 100644
--- a/RxTest.podspec
+++ b/RxTest.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxTest"
- s.version = "5.0.1"
+ s.version = "5.1.0"
s.summary = "RxSwift Testing extensions"
s.description = <<-DESC
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
diff --git a/RxTest/Info.plist b/RxTest/Info.plist
index 881962abf..5313a0db6 100644
--- a/RxTest/Info.plist
+++ b/RxTest/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.1
+ 5.1.0
CFBundleSignature
????
CFBundleVersion