History.md in fluent-plugin-opensearch-1.0.10 vs History.md in fluent-plugin-opensearch-1.1.0
- old
+ new
@@ -1,8 +1,13 @@
## Changelog [[tags]](https://github.com/fluent/fluent-plugin-opensearch/tags)
### [Unreleased]
+### 1.1.0
+ - Unpin `faraday` from v1, upgrade to v2.
+ Note that if you can't migrate other plugins from `faraday` v1 yet, need to keep
+ fluent-plugin-opensearch v1.0.10.
+
### 1.0.10
- Replace File.exists? with File.exist? to work with Ruby 3.2 (#93)
- Add a constraint for dependent gem to stay on Faraday v1 (#90)
- README.md: Fix a link to opensearch-ruby (#85)