Skip to content

Commit 375d61d

Browse files
committed
Draft new release + version bump (v0.2.2)
1 parent 89d5e4a commit 375d61d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.2.2] - 2024-09-01
4+
5+
- Improve MRR calculations with prorated churned and new MRR (hopefully fixes bad churned MRR calculations)
6+
- Only consider paid charges for all revenue calculations (hopefully fixes bad ARPC calculations)
7+
- Add `multiple:` parameter as another option for `estimated_valuation` (same as `at:`, just syntactic sugar)
8+
39
## [0.2.1] - 2024-08-31
410

511
- Add syntactic sugar for `estimated_valuation(at: "3x")`

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.1"
4+
VERSION = "0.2.2"
55
end

0 commit comments

Comments
 (0)