Skip to content

Commit 79ccf19

Browse files
release: 0.7.0
1 parent 199e518 commit 79ccf19

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.7.0 (2026-03-05)
4+
5+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/lithic-com/lithic-ruby/compare/v0.6.0...v0.7.0)
6+
7+
### Features
8+
9+
* **api:** add action_counts to rule performance reports and code to authorization actions ([bd02001](https://github.com/lithic-com/lithic-ruby/commit/bd02001603d5893f1095ed7d89f9f019c780fff8))
10+
* **api:** Add Hold API for financial account fund reservations ([6b16d86](https://github.com/lithic-com/lithic-ruby/commit/6b16d86f054b238b7d2b91c9e0e62df67e88fbd7))
11+
* **api:** Remove deprecated beneficial owner entities field ([7c54dcf](https://github.com/lithic-com/lithic-ruby/commit/7c54dcf052f9c13b7ab73862f80e279d1184e8ee))
12+
13+
14+
### Chores
15+
16+
* **internal:** codegen related update ([199e518](https://github.com/lithic-com/lithic-ruby/commit/199e518f942530266541eef7343ff626dfbf7c10))
17+
* **internal:** codegen related update ([412e84f](https://github.com/lithic-com/lithic-ruby/commit/412e84f1d1e0b574fd791ea420fbf88707a6985a))
18+
319
## 0.6.0 (2026-02-27)
420

521
Full Changelog: [v0.5.0...v0.6.0](https://github.com/lithic-com/lithic-ruby/compare/v0.5.0...v0.6.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: .
2020
specs:
21-
lithic (0.6.0)
21+
lithic (0.7.0)
2222
cgi
2323
connection_pool
2424

README.md

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

2626
```ruby
27-
gem "lithic", "~> 0.6.0"
27+
gem "lithic", "~> 0.7.0"
2828
```
2929

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

lib/lithic/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 Lithic
4-
VERSION = "0.6.0"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)