unleash 6.1.0 → 6.1.1

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: 25ad43cbe323117f075fc59527d6f5c2999800188ab0e7018e6f0c73cfd1c2d4
4
- data.tar.gz: 721d43824d17d783e76fe8c8ceb39ed005b68eecfbec16baab6de05fc5ae083f
3
+ metadata.gz: 17ef1daac1faf07617f83c38060e4ee5c83fd8483a19392aab2083e8f5c78fe9
4
+ data.tar.gz: 4fe403662211afc3b6ef34528662b671bc9d02a68f46322c7e315978be9340cc
5
5
  SHA512:
6
- metadata.gz: bd37cfb5390d2a3a459a4e546456cb979babe9d45a6f774c90549e6d40f6395bc4ceb588bcd914f346700615fc628b97d2c4c53227623e3d56464478bf4ec5a7
7
- data.tar.gz: 2fdba0ba1fec613e20b5d47938e645f480cc7f5b3b2d26c0689bdf361a9e00847ea7db69277926ddc204a71637a8b109426780eab99f84f788bc06ff1527c478
6
+ metadata.gz: b5e45fa9c551524db18cabd54a6af7c6119a95f185fd6b73189d029f77fcd44ed569040538e8383c94f155212c2b8d03d882e594dd11c4a6a44916152c71998d
7
+ data.tar.gz: 21b0b66281b37031d3998b3001cdbe9ab812f626cc7cc588a5b0707271175c2a26f18ee364d214981cb6f11901f9b6abd9bc751ea2516f82201b284a255adbba
data/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ Note: These changes are not considered notable:
13
13
 
14
14
  ## [Unreleased]
15
15
 
16
+ ## [6.1.1] - 2024-01-21
17
+ ### Fixed
18
+ - use existing sdk name convention (#226)
19
+
16
20
  ## [6.1.0] - 2025-01-21
17
21
  ### Added
18
22
  - standardised client identification headers (#224)
@@ -56,7 +56,7 @@ module Unleash
56
56
  'UNLEASH-APPNAME' => self.app_name,
57
57
  'X-UNLEASH-APPNAME' => self.app_name,
58
58
  'X-UNLEASH-CONNECTION-ID' => @connection_id,
59
- 'X-UNLEASH-SDK' => "unleash-ruby@#{Unleash::VERSION}",
59
+ 'X-UNLEASH-SDK' => "unleash-client-ruby:#{Unleash::VERSION}",
60
60
  'Unleash-Client-Spec' => CLIENT_SPECIFICATION_VERSION
61
61
  }.merge!(generate_custom_http_headers)
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module Unleash
2
- VERSION = "6.1.0".freeze
2
+ VERSION = "6.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unleash
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renato Arruda