aws-sdk-neptunedata 1.0.0 → 1.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99d8ca51568c7a692d6bd350238be4bdfe88725668d2328214893344e10b845e
4
- data.tar.gz: a5bf918c543c28f59162352b651e680d0843803e60d62d5168cf65ca402451b9
3
+ metadata.gz: 97da65d3853616bab64dd1f4450c5c60a94aa2730f340bb96da3c51f3f7f9c7a
4
+ data.tar.gz: 9679f781df1c0ae263518c6307faebc01ff3a585702416390dab52ca12b685b3
5
5
  SHA512:
6
- metadata.gz: 9433707d2e54ec20b5ee293976d71bb72f55244cb689c842d2d49568916825514bd4ee34149b9dd5afcca272a58c8163c9083cb0cd06d56573669188c57e6e09
7
- data.tar.gz: d63b2ba851db6fe785fa9ae3ebd08bb929a74fff2ef0c3cbe12833a27221b59bd8aeb3770b508680bdefd5fb11023960c9a7822dbaabd0fa604f70ec89e90710
6
+ metadata.gz: 30e17a94a659caed3120270f3ca1c8a771e77a98ee72a04dc5c4b9d129381217f5ad8baf694c113df9f6874924d9f6b61b5269fe006120da597de29fa5580d14
7
+ data.tar.gz: f91ec3bce17a9cedd156f0d8c0361e45de03d4d4818da5b7c7392fb1e3c86fad22a280f697aabfe0baff71104d3afdfc5f6c7d456a24e18fc5680b4296485569
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2023-09-01)
5
+ ------------------
6
+
7
+ * Feature - Removed the descriptive text in the introduction.
8
+
4
9
  1.0.0 (2023-08-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -2933,7 +2933,7 @@ module Aws::Neptunedata
2933
2933
  params: params,
2934
2934
  config: config)
2935
2935
  context[:gem_name] = 'aws-sdk-neptunedata'
2936
- context[:gem_version] = '1.0.0'
2936
+ context[:gem_version] = '1.1.0'
2937
2937
  Seahorse::Client::Request.new(handlers, context)
2938
2938
  end
2939
2939
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-neptunedata/customizations'
52
52
  # @!group service
53
53
  module Aws::Neptunedata
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptunedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-30 00:00:00.000000000 Z
11
+ date: 2023-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core