e-invoice-api 0.21.0 → 0.23.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: 5e9af0e782b8222197b3b51df35131749a28598e1b4e81fa5873303a0ff735b5
4
- data.tar.gz: 94ff5931f865c4b6329130be709105c614d5aca3a24f17ca08f5e905676991c7
3
+ metadata.gz: fdcc747bee81c186cef66ef4f63ce8dc353c0b43023f15cec1dbf94390f53724
4
+ data.tar.gz: 62551b271a1b3095ef255fc9ca88bb86e8cdc55b03f696dc3c9ee47dd1ab03a2
5
5
  SHA512:
6
- metadata.gz: 136b49718d1ee76f98159180970a85c543689053f2ca0ba1fc511333fd72056399cd76a0820c975a0fcf83597be98444179a18d371baeb862627c4ececfde220
7
- data.tar.gz: 4e6a55c35de4337e8442e98f8045240b0b923af47f462e48af8d654acd12a71e9d201cb247cbabf5901c139c505c6330487f3de9aec28b1d1de2f9b181dd40a8
6
+ metadata.gz: 1293b131abce12fab6d7924a4c4c85c9fd36146214340fd3fd4e551518bb6f01a54f2e0a6ea5c5dad8f754ea4037aa93e1e19bba7e9b51359b98370583ac4b12
7
+ data.tar.gz: 44aedb8e35e667bf5c9b6fa0e2681123657f490aa3edf65cfac6f26ba7922bb962aa8bcaa2a8d412c0d4a0efb36915cff4acd59e85ba3a6e77e310d6a2a3d95f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.23.0 (2026-02-13)
4
+
5
+ Full Changelog: [v0.22.0...v0.23.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.22.0...v0.23.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([8c75ea6](https://github.com/e-invoice-be/e-invoice-rb/commit/8c75ea61999635127206f2c1878a73315ea55841))
10
+
11
+ ## 0.22.0 (2026-02-13)
12
+
13
+ Full Changelog: [v0.21.0...v0.22.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.21.0...v0.22.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([57478fb](https://github.com/e-invoice-be/e-invoice-rb/commit/57478fb22e37bd7300fb8d94d9471a8862d46371))
18
+
3
19
  ## 0.21.0 (2026-02-09)
4
20
 
5
21
  Full Changelog: [v0.20.3...v0.21.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.20.3...v0.21.0)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "e-invoice-api", "~> 0.21.0"
29
+ gem "e-invoice-api", "~> 0.23.0"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.21.0"
4
+ VERSION = "0.23.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e-invoice-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - e-invoice
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-09 00:00:00.000000000 Z
11
+ date: 2026-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi