Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 5043236

Browse files
committed
Release v0.4.0
1 parent d3555ac commit 5043236

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To install the gem, execute:
2020
gem install elastic-workplace-search
2121
```
2222

23-
Or place `gem 'elastic-workplace-search', '~> 0.3.0` in your `Gemfile` and run `bundle install`.
23+
Or place `gem 'elastic-workplace-search', '~> 0.4.0` in your `Gemfile` and run `bundle install`.
2424

2525
## Usage
2626

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elastic
22
module WorkplaceSearch
3-
VERSION = '0.3.0'
3+
VERSION = '0.4.0'
44
end
55
end

spec/fixtures/vcr/add_user_permissions.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/vcr/get_user_permissions.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/vcr/list_all_permissions.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/vcr/list_all_permissions_with_paging.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/vcr/remove_user_permissions.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/vcr/update_user_permissions.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)