bwapi 10.0.0.pre.483 → 10.0.0.pre.484

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/CHANGELOG.md +12 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmYzNmQ4MTRjZWEzM2U4MTFhNTYyZmExNGFjZWRiNmZkMWM5MjYwZA==
4
+ OTdiNTc2NWEyZTU5MjgwNDIyMzFlMzRiZWIxNTRkZmNiNzJhY2Q1OQ==
5
5
  data.tar.gz: !binary |-
6
- YTA5MDQ1NGVhMzMyYjhhYTA3M2Q3OTRjYjMzY2ExNTEyZmIyMTU0Zg==
6
+ OGE0NGUyNTE2MWY2MjM3M2I4Y2U0M2EwZDA3MjNmYTM0NjczZDJmOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTU5MTU4Y2Q1Y2IwYWRkMGJiMzg3ZDgyYjY2MzAyZjRhZGEzOGRlZDQ2N2Fm
10
- MmY4ZDQyYmU3MDExNjRiNmI1NGIxODUzY2JmOGM1M2I2NjBjZWY1ZDg0Mzgy
11
- MWVhYmYzZGViNmJlZjMwOGU3MTY0MWUzYWMzZmY2OWM5MzExZjc=
9
+ YjExOWRmOTcwMGQ5NjBlZDYwYTM2ZDk5MDdjZDliMjhkYTEwMTVmODE1NzZk
10
+ MzkzODQ1NWEzMjE1NTNiNThmMTc4YWU4NGQyNTg0ZjUwY2U3YTI5NjNmOWUy
11
+ MDU3NTdiNDljOTU1YTBmODhjOWYzMzcxZjU3MGQ4YmMwYWM1YjY=
12
12
  data.tar.gz: !binary |-
13
- ZTVmMjgwMzg3YjZiMDRkMzliMDAyYTg5OWQ5MTI4ZTVkZDE1ZjQ3MWE3NTcx
14
- YzEwN2Q0NThhN2I1ODk1NDhkNzIyYmIxYjg1NTYyODU3ZjU4YTU0YjdmZDI0
15
- NjdiNDg2ZjAxMmIyY2Q3NGJlZGViODc0ODg5NDYyYjQ3N2JhYTA=
13
+ NmNiNzg3NzUwNjQ2MDZjMzA1ZmEzZDc3ZjFmOTAzNzk5OWY2MzkyNTMzMzk0
14
+ OTQ5Nzg1MmUxNmUxOWE1NTNjNTNiODRiODkyMWUyY2VmMTdkMDBlNjc1OGEy
15
+ NTFkMDYzMjdjNjQ3OGYxZjMyZmQ1NmFlNGUyNTdjMDkwOWZhNjU=
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## 10.0.0
5
+ ### Added
6
+ * NoTask - added brandwatch client user post method
7
+ * NoTask - updated brandwatch client modules endpoint
8
+ * NoTask - updated travis.yml to create pre release gem on staging branch
9
+ * NoTask - Refactored request to break out request options logic
10
+ * NoTask - Added csv middleware and the ability to include a response extension
11
+
12
+ ### Fixed
13
+ * NoTask - Added missing client_id for PUT brandwatch/clients/client_id/modules
14
+ * 158 - fixed small bug where options could not be passed in client_user_groups method
15
+
4
16
  ## 9.2.0
5
17
  ### Added
6
18
  * NoTask - added admin clients usergroups endpoints
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bwapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.0.pre.483
4
+ version: 10.0.0.pre.484
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp