File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module Wor
22 module Requests
3- VERSION = '0.1.1 ' . freeze
3+ VERSION = '0.1.2 ' . freeze
44 end
55end
Original file line number Diff line number Diff line change 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
1313end
You can’t perform that action at this time.
0 commit comments