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.
- checksums.yaml +8 -8
- data/CHANGELOG.md +12 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OTdiNTc2NWEyZTU5MjgwNDIyMzFlMzRiZWIxNTRkZmNiNzJhY2Q1OQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGE0NGUyNTE2MWY2MjM3M2I4Y2U0M2EwZDA3MjNmYTM0NjczZDJmOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjExOWRmOTcwMGQ5NjBlZDYwYTM2ZDk5MDdjZDliMjhkYTEwMTVmODE1NzZk
|
|
10
|
+
MzkzODQ1NWEzMjE1NTNiNThmMTc4YWU4NGQyNTg0ZjUwY2U3YTI5NjNmOWUy
|
|
11
|
+
MDU3NTdiNDljOTU1YTBmODhjOWYzMzcxZjU3MGQ4YmMwYWM1YjY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmNiNzg3NzUwNjQ2MDZjMzA1ZmEzZDc3ZjFmOTAzNzk5OWY2MzkyNTMzMzk0
|
|
14
|
+
OTQ5Nzg1MmUxNmUxOWE1NTNjNTNiODRiODkyMWUyY2VmMTdkMDBlNjc1OGEy
|
|
15
|
+
NTFkMDYzMjdjNjQ3OGYxZjMyZmQ1NmFlNGUyNTdjMDkwOWZhNjU=
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|