Skip to content

Commit

Permalink
Merge pull request #19 from renuo/prepare-0.2.0-release
Browse files Browse the repository at this point in the history
Prepare 0.2.0 release
  • Loading branch information
coorasse authored Feb 12, 2024
2 parents 356c69f + b6bbc87 commit 2a60987
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## [Unreleased]

## [0.2.0] - 2024-02-12

- Add mappings for `first_name`, `last_name` and `company`
- Raise error on bad requests
- Require Ruby > 3

## [0.1.0] - 2021-10-27

- Initial release
- Basic functionality of the api

[Unreleased]: https://github.com/renuo/tel_search/compare/v0.1.0..v0.2.0
[0.2.0]: https://github.com/renuo/tel_search/compare/v0.1.0..v0.2.0
[0.1.0]: https://github.com/renuo/tel_search/releases/tag/v0.1.0
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:
tel_search (0.1.0)
tel_search (0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/tel_search/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TelSearch
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit 2a60987

Please sign in to comment.