We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1f3142 + 9637a29 commit 02feac0Copy full SHA for 02feac0
CHANGELOG.md
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
7
8
+## [2.1.2] - 2025-08-12
9
+
10
+### Fixes
11
+- Rollback Deal to be back to version **v1**
12
13
## [2.1.1] - 2025-08-06
14
15
### Changed
lib/pipedrive/resources/deal.rb
@@ -13,7 +13,7 @@ class Deal < Resource
use_fields_version :v1
def self.supports_v2_api?
16
- true
+ false
17
end
18
19
lib/pipedrive/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Pipedrive
4
- VERSION = "2.1.1"
+ VERSION = "2.1.2"
0 commit comments