Skip to content

Commit 53cf14a

Browse files
committed
Version bump
1 parent 3294492 commit 53cf14a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# `profitable`
22

3+
## [0.3.0] - 2026-01-01
4+
- Add Pay v10+ support, comprehensive Minitest test suite, and 16 critical bugfixes re: wrong calculations
5+
36
## [0.2.3] - 2024-09-01
47

58
- Fix the `time_to_next_mrr_milestone` estimation and make it accurate to the day

lib/profitable/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 Profitable
4-
VERSION = "0.2.3"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)