We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13d90e commit 2a3b09dCopy full SHA for 2a3b09d
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## CHANGELOG
2
3
+v1.3.1 (2017-12-08)
4
+**Features and Improvements**
5
+
6
+* Fixed issue where could not update deal without passing value
7
8
v1.3.0 (2017-10-19)
9
**Features and Improvements**
10
VERSION
@@ -1 +1 @@
-1.3.0
+1.3.1
lib/basecrm/version.rb
@@ -1,3 +1,3 @@
module BaseCRM
- VERSION = "1.3.0"
+ VERSION = "1.3.1"
end
0 commit comments