Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fab-girard committed Jan 15, 2024
1 parent c540fce commit a12038d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.1
- new param to sanitize address (remove part in address containing other than street, postal code or city)

# 1.1.2
- don't use autocomplete addok option if no need
- add sentry
Expand Down
2 changes: 1 addition & 1 deletion geocoder_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def self.wrapper_complete(services, params)
end

def self.version
'Wrapper:1.1.2' # Update changelog.txt
'Wrapper:1.2.1' # Update changelog.txt
end

def self.geocode_country(name)
Expand Down

0 comments on commit a12038d

Please sign in to comment.