Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeigarts committed Nov 12, 2019
1 parent 035821e commit 0f75ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 5.0.0

- **BREAKING CHANGE**: use the identifier returned by latvija.lv as auth UID, to prevent surname changes resetting user identity. Without changes in caller code, existing users will not be able to log in. Previously used versions of UID can be found under `extra.legacy_uids` key in auth response.
- Return correct personal identifier in cases when person has had it changed. Historical identifiers, if any, can be found under `extra.raw_info.historical_privatepersonalidentifier` key in auth response.
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-latvija/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Latvija
VERSION = '4.0.0'
VERSION = '5.0.0'
end
end

0 comments on commit 0f75ed6

Please sign in to comment.