We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d5e4a commit 375d61dCopy full SHA for 375d61d
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# `profitable`
2
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
9
## [0.2.1] - 2024-08-31
10
11
- Add syntactic sugar for `estimated_valuation(at: "3x")`
lib/profitable/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Profitable
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
end
0 commit comments