Skip to content

Commit

Permalink
chore: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais committed Feb 14, 2024
1 parent 0a13193 commit 53f58b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions firestore-stripe-invoices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 0.2.6 - 2024-02-14

[feat] - Added `payments` tag to the extension to allow for easier discovery in the marketplace.

### Version 0.2.5 - 2023-12-21

[fix] - upgraded the resources to node 18 [#583]
Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-invoices/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-stripe-invoices
version: 0.2.5
version: 0.2.6
specVersion: v1beta

displayName: Send Invoices using Stripe
Expand Down
6 changes: 6 additions & 0 deletions firestore-stripe-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 0.3.9 - 2024-02-14

[feat] - Allows to specify number of trial period days before initiating checkout flow. Does not depend on the now-legacy trial_from_plan parameter.

[feat] - Added `payments` tag to the extension to allow for easier discovery in the marketplace.

### Version 0.3.8 - 2023-12-21

[fix] - upgraded resources `onUserDeleted` & `onCustomerDataDeleted` to node 18 [#583]
Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-payments/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-stripe-payments
version: 0.3.8
version: 0.3.9
specVersion: v1beta

displayName: Run Payments with Stripe
Expand Down

0 comments on commit 53f58b1

Please sign in to comment.