We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3741229 commit 3fd141eCopy full SHA for 3fd141e
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## CHANGELOG
2
3
+v1.2.2 (2017-04-03)
4
+**Features and Improvements**
5
+
6
+* Missing last_stage_change_at in Deals model [#45](https://github.com/basecrm/basecrm-ruby/pull/45)
7
8
v1.2.1 (2016-11-18)
9
10
**Features and Improvements**
VERSION
@@ -1 +1 @@
-1.2.1
+1.2.2
lib/basecrm/version.rb
@@ -1,3 +1,3 @@
module BaseCRM
- VERSION = "1.2.1"
+ VERSION = "1.2.2"
end
0 commit comments