Skip to content

Commit 83328c3

Browse files
release: 1.193.0
1 parent 67c1f0b commit 83328c3

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.192.1"
2+
".": "1.193.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.193.0 (2026-02-02)
4+
5+
Full Changelog: [v1.192.1...v1.193.0](https://github.com/Increase/increase-ruby/compare/v1.192.1...v1.193.0)
6+
7+
### Features
8+
9+
* **api:** api update ([1746e10](https://github.com/Increase/increase-ruby/commit/1746e109dcba41f5815eedadd2cff82808f0906f))
10+
* **api:** api update ([8357e01](https://github.com/Increase/increase-ruby/commit/8357e01742ed70449019a2b488e429bf0d6560e3))
11+
* **api:** api update ([130e648](https://github.com/Increase/increase-ruby/commit/130e64800d44fef9a082670ab9c54eabf921b290))
12+
313
## 1.192.1 (2026-02-02)
414

515
Full Changelog: [v1.192.0...v1.192.1](https://github.com/Increase/increase-ruby/compare/v1.192.0...v1.192.1)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
increase (1.192.1)
14+
increase (1.193.0)
1515
cgi
1616
connection_pool
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
1515
<!-- x-release-please-start-version -->
1616

1717
```ruby
18-
gem "increase", "~> 1.192.1"
18+
gem "increase", "~> 1.193.0"
1919
```
2020

2121
<!-- x-release-please-end -->

lib/increase/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Increase
4-
VERSION = "1.192.1"
4+
VERSION = "1.193.0"
55
end

0 commit comments

Comments
 (0)