increase 1.19.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8476d0becb9c9d2db5ff90520cae280b4499af39da3f0b7ceec58b5e932916c
4
- data.tar.gz: 7a0cc5b91079632782ed17863e8132a27ea3bd842d34e0948668d884f2f6b2ad
3
+ metadata.gz: be3e7608f6914d94bac4d1271de985906c813852478e72b3f31792f822265757
4
+ data.tar.gz: 8ce52230284861a6cc452326cc918828d19df5f6d800556f685016acfe91b985
5
5
  SHA512:
6
- metadata.gz: 6a62f040f556af044c712b15dd1f2302771e55aa33bb1233a04170e6683fe931eed3e2c3b1147bf9ff768ce07efe64df1c3b3dc7ba91ca129cbc7265859f4d84
7
- data.tar.gz: cffae11ec750eb2455a0d9b514f40fde9efe871df2f4558cbdcc06da0bde35e101a23bed3b331ab0315528aaf621a4e418469d257649dcffcd7c864c960113c4
6
+ metadata.gz: 19585e7a5eb6db12593f98d5666205363dd7da758de1784ef4c8139f7a27e4b95ba6afcdb12e298830ccef37e061c6235a3f3dc9e33f412cc288b8b07b43e551
7
+ data.tar.gz: 42ba409b65d6d604b518b2927a74a2b49b8fa96ea4b606b8acdcd90080c7ab7cbea36a7d032ff3bdf343608750be82faec3ca602558376e22a0fb0ae436403c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.21.0 (2025-07-29)
4
+
5
+ Full Changelog: [v1.20.0...v1.21.0](https://github.com/Increase/increase-ruby/compare/v1.20.0...v1.21.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([8aa37f3](https://github.com/Increase/increase-ruby/commit/8aa37f3f48a32970bb8b33df798b30deaf30db2c))
10
+
11
+ ## 1.20.0 (2025-07-29)
12
+
13
+ Full Changelog: [v1.19.0...v1.20.0](https://github.com/Increase/increase-ruby/compare/v1.19.0...v1.20.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([a305243](https://github.com/Increase/increase-ruby/commit/a305243b97483889ea225182d92bb9ecd6c6f2e0))
18
+ * **api:** api update ([d7208d2](https://github.com/Increase/increase-ruby/commit/d7208d2033e0cab1197b430876302fc132688459))
19
+
3
20
  ## 1.19.0 (2025-07-29)
4
21
 
5
22
  Full Changelog: [v1.18.1...v1.19.0](https://github.com/Increase/increase-ruby/compare/v1.18.1...v1.19.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.19.0"
18
+ gem "increase", "~> 1.21.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->