Skip to content

Commit 2c9b652

Browse files
committed
public release v1.3.0
1 parent 80fdd65 commit 2c9b652

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
v1.3.0 (2017-10-19)
4+
**Features and Improvements**
5+
6+
* Added new models support: LeadSource, DealSource, Product, Order, LineItem
7+
* Deal model update, added estimated_close_date and customized_win_likelihood
8+
39
v1.2.3 (2017-10-02)
410
**Features and Improvements**
511

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.3.0

lib/basecrm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BaseCRM
2-
VERSION = "1.2.3"
2+
VERSION = "1.3.0"
33
end

0 commit comments

Comments
 (0)