Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tab committed Jun 6, 2023
1 parent c4c03b4 commit b5725c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## v0.3.0

* Support Latvia identity codes

## v0.2.0

* Support Finland and Lithuania identity codes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
e-id (0.2.0)
e-id (0.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Electronic identity in Estonia and in other countries
Add this line to your application's Gemfile:

```ruby
gem 'e-id', '~> 0.2.0'
gem 'e-id', '~> 0.3.0'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/eid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Eid
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit b5725c3

Please sign in to comment.