Skip to content

Commit 02feac0

Browse files
authored
Merge pull request #43 from getonbrd/deal-is-still-on-version-1
Rollback Deal to version 1
2 parents b1f3142 + 9637a29 commit 02feac0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
77

8+
## [2.1.2] - 2025-08-12
9+
10+
### Fixes
11+
- Rollback Deal to be back to version **v1**
12+
813
## [2.1.1] - 2025-08-06
914

1015
### Changed

lib/pipedrive/resources/deal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Deal < Resource
1313
use_fields_version :v1
1414

1515
def self.supports_v2_api?
16-
true
16+
false
1717
end
1818
end
1919
end

lib/pipedrive/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Pipedrive
4-
VERSION = "2.1.1"
4+
VERSION = "2.1.2"
55
end

0 commit comments

Comments
 (0)