diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31b3ece4..94bfe18d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Main
+## 5.0.1
##### Breaking
@@ -10,7 +10,8 @@
##### Bug Fixes
-* None.
+* Build CYaml as PIC (Position Independent Code) when building with
+ CMake.
## 5.0.0
diff --git a/README.md b/README.md
index b9f2e9fa..5703f427 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ cmake --build /path/to/build
### Swift Package Manager
-Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0")` to your
+Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.1")` to your
`Package.swift` file's `dependencies`.
### CocoaPods
diff --git a/Yams.podspec b/Yams.podspec
index 69a5efd0..ffeb8558 100644
--- a/Yams.podspec
+++ b/Yams.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Yams'
- s.version = '5.0.0'
+ s.version = '5.0.1'
s.summary = 'A sweet and swifty YAML parser.'
s.homepage = 'https://github.com/jpsim/Yams'
s.source = { :git => s.homepage + '.git', :tag => s.version }
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.authors = { 'JP Simard' => 'jp@jpsim.com',
'Norio Nomura' => 'norio.nomura@gmail.com' }
s.source_files = 'Sources/**/*.{h,c,swift}'
- s.swift_versions = ['5.4', '5.5']
+ s.swift_versions = ['5.4', '5.5', '5.6']
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
diff --git a/Yams.xcodeproj/Yams_Info.plist b/Yams.xcodeproj/Yams_Info.plist
index 9d921fe8..3aa091d5 100644
--- a/Yams.xcodeproj/Yams_Info.plist
+++ b/Yams.xcodeproj/Yams_Info.plist
@@ -14,7 +14,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.0
+ 5.0.1
CFBundleSignature
????
CFBundleVersion