Skip to content

Commit c0ee6ae

Browse files
release: 0.16.0
1 parent d5b5510 commit c0ee6ae

5 files changed

Lines changed: 30 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.15.0"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## 0.16.0 (2026-06-16)
4+
5+
Full Changelog: [v0.15.0...v0.16.0](https://github.com/lithic-com/lithic-ruby/compare/v0.15.0...v0.16.0)
6+
7+
### Features
8+
9+
* **api:** add CardTransactionFeature to auth_rules RuleFeature ([1071dc2](https://github.com/lithic-com/lithic-ruby/commit/1071dc23ec9899d915a1b6211ca2a876ab1b223d))
10+
* **api:** add condition attributes, interval/unit/scope to auth_rules ([28a4b65](https://github.com/lithic-com/lithic-ruby/commit/28a4b658b44f1aff6e6902fa6c7b32b0e4d2e197))
11+
* **api:** Add created field to Challenge object ([e442303](https://github.com/lithic-com/lithic-ruby/commit/e44230324af07930c8cc84b3035677df54bc031f))
12+
* **api:** add day_of_period field to loan_tape ([71ab28b](https://github.com/lithic-com/lithic-ruby/commit/71ab28b5af8e6118b2133bc8ed190520b6be2396))
13+
* **api:** add hold_adjustment_action variant to auth_rules action parameter ([bae640f](https://github.com/lithic-com/lithic-ruby/commit/bae640faf01eef0b956cb24eaa73f92c40536082))
14+
* **api:** add NVS name_validation fields to ASA request and response ([5747fda](https://github.com/lithic-com/lithic-ruby/commit/5747fda7c1065d257bc60d03e770f66be8677d48))
15+
* **api:** add route method to transactions ([74346e6](https://github.com/lithic-com/lithic-ruby/commit/74346e6f43f4c5153960d99954b7c120296c640f))
16+
* **api:** add tags field to Payment model ([745a6cd](https://github.com/lithic-com/lithic-ruby/commit/745a6cd3d832409fdcbbd191f06de40f7a8f2ecb))
17+
* **api:** add transaction_monitoring with cases/comments/files/queues, refactor entity_type ([37af713](https://github.com/lithic-com/lithic-ruby/commit/37af713a243f3380aea47019af34fe1d698bae35))
18+
19+
20+
### Bug Fixes
21+
22+
* **client:** send content-type header for requests with an omitted optional body ([d5b5510](https://github.com/lithic-com/lithic-ruby/commit/d5b551022172beeeb6feccd1886a130ece8a9cc9))
23+
24+
25+
### Documentation
26+
27+
* **api:** update support contact from email to URL in account/card resources ([bd7f679](https://github.com/lithic-com/lithic-ruby/commit/bd7f67927187e7daa99059f5e9190c1df79424c3))
28+
329
## 0.15.0 (2026-05-27)
430

531
Full Changelog: [v0.14.0...v0.15.0](https://github.com/lithic-com/lithic-ruby/compare/v0.14.0...v0.15.0)

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-
lithic (0.15.0)
14+
lithic (0.16.0)
1515
cgi
1616
connection_pool
1717

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.15.0"
27+
gem "lithic", "~> 0.16.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.15.0"
4+
VERSION = "0.16.0"
55
end

0 commit comments

Comments
 (0)