Skip to content

Commit 6a743ef

Browse files
authored
Merge pull request #44 from Wolox/release-0.1.2
Release 0.1.2
2 parents d7890fe + 9f00770 commit 6a743ef

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
## Change log
33

4+
### V0.1.2
5+
* [#42](https://github.com/Wolox/wor-requests/pull/42): Service generator - [@blacksam07](https://github.com/blacksam07).
6+
* [#41](https://github.com/Wolox/wor-requests/pull/41): Add validation when base_url method is empty - [@blacksam07](https://github.com/blacksam07).
7+
* [#39](https://github.com/Wolox/wor-requests/pull/39): Handling the case when response body is empty - [@mnmallea](https://github.com/mnmallea).
8+
9+
### V0.1.1
10+
* [#35](https://github.com/Wolox/wor-requests/pull/35): updated version - [@hdf1986](https://github.com/hdf1986).
11+
412
### [0.1.0]
513

614
#### Added

lib/wor/requests/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Wor
22
module Requests
3-
VERSION = '0.1.1'.freeze
3+
VERSION = '0.1.2'.freeze
44
end
55
end

spec/wor/version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
end
99

1010
it 'has the correct version number' do
11-
expect(version).to eq('0.1.1')
11+
expect(version).to eq('0.1.2')
1212
end
1313
end

0 commit comments

Comments
 (0)