diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd119337..b5a739b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Main
+## 5.1.1
##### Breaking
@@ -6,10 +6,14 @@
##### Enhancements
-* Allow specifying a `newLineScalarStyle` for encoding string scalars with newlines when using `YAMLEncoder`
+* Allow specifying a `newLineScalarStyle` for encoding string scalars with
+ newlines when using `YAMLEncoder`.
[Tejas Sharma](https://github.com/tejassharma96)
[#405](https://github.com/jpsim/Yams/issues/405)
+* Improve support for Bazel 7.x.
+ [JP Simard](https://github.com/jpsim)
+
##### Bug Fixes
* None.
diff --git a/MODULE.bazel b/MODULE.bazel
index 844beea8..16459eb3 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "yams",
- version = "5.1.0",
+ version = "5.1.1",
compatibility_level = 1,
)
diff --git a/README.md b/README.md
index 76ff3b8f..cb358644 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.1.0")` to your
+Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.1.1")` to your
`Package.swift` file's `dependencies`.
### CocoaPods
diff --git a/Yams.podspec b/Yams.podspec
index 259d6871..1b535265 100644
--- a/Yams.podspec
+++ b/Yams.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Yams'
- s.version = '5.1.0'
+ s.version = '5.1.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', '5.6', '5.7', '5.8']
+ s.swift_versions = ['5.4', '5.5', '5.6', '5.7', '5.8', '5.9', '5.10']
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
diff --git a/Yams.xcodeproj/Yams_Info.plist b/Yams.xcodeproj/Yams_Info.plist
index 505957a6..5dc0a6ef 100644
--- a/Yams.xcodeproj/Yams_Info.plist
+++ b/Yams.xcodeproj/Yams_Info.plist
@@ -14,7 +14,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.1.0
+ 5.1.1
CFBundleSignature
????
CFBundleVersion