Skip to content

Commit

Permalink
Draft new release + version bump (v0.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rameerez committed Sep 1, 2024
1 parent 89d5e4a commit 375d61d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `profitable`

## [0.2.2] - 2024-09-01

- Improve MRR calculations with prorated churned and new MRR (hopefully fixes bad churned MRR calculations)
- Only consider paid charges for all revenue calculations (hopefully fixes bad ARPC calculations)
- Add `multiple:` parameter as another option for `estimated_valuation` (same as `at:`, just syntactic sugar)

## [0.2.1] - 2024-08-31

- Add syntactic sugar for `estimated_valuation(at: "3x")`
Expand Down
2 changes: 1 addition & 1 deletion lib/profitable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Profitable
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit 375d61d

Please sign in to comment.