Skip to content

Commit 879f701

Browse files
committed
version 3.2.2
1 parent 8b45763 commit 879f701

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.2.2 - Mon Feb 3 2025
2+
===============================================================
3+
- feature: user-agent string can be set now
4+
15
3.2.1 - Wed Jan 22 2025
26
===============================================================
37
- Documentation: With 3.0 we changed the classname of exceptions

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
opencage-geocoder (3.2.1)
4+
opencage-geocoder (3.2.2)
55

66
GEM
77
remote: https://rubygems.org/

lib/opencage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenCage
2-
VERSION = '3.2.1'.freeze
2+
VERSION = '3.2.2'.freeze
33
end

0 commit comments

Comments
 (0)