propel_authentication 0.3.3 → 0.3.4

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: 49609b9aadde056ceb7d0aaa9f5e6442b1665efcff9236cf581c93a05199d617
4
- data.tar.gz: 23ad3f6706cffe5f0841322cea1dbba44fff43ca8a5feddf6d1dbb32bc57c411
3
+ metadata.gz: 8b79ad63ed4cc00c2354e8d7a270fffc0c17b03ed1e876d95bef4f5a2f168018
4
+ data.tar.gz: b50d84635f88752048673a9b38547c18c99fdd9763b2199249cd42dd21bd67b3
5
5
  SHA512:
6
- metadata.gz: cdcb9d2852913c823a8a3e6642044572fe1a931bd72872b9d186d1595dc36b280946535600a1bda07b0a0a9cf2cf76e388a564c5eb209fcfa529b9ee2bbbfdb7
7
- data.tar.gz: f2178a8e4baece710a38a41042062cb91511ea86567ce796745dc51ec6d4320e9e94c0412d949cb835b0bfb91fb9cac936553747142436ceda265acb0fa7d915
6
+ metadata.gz: e889e0aafb05bd071be7a52601d727eef7bf2516d51e789e5a7e01c0f7dd7e1047eee48d43225e8d64bcdc8a6d8bb065a39d07837fe9eb30548ceab37071a6e5
7
+ data.tar.gz: 7619f7858fa291fb0c0c3b1f9a858399bee29a9a45e0055119a7ea56642de658d5b638078a54dc4d882c3d5fc915bc7d2f5879b42628f82fee9e8e82dbf6bc37
data/CHANGELOG.md CHANGED
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
  - Session management and device tracking
14
14
  - Advanced password policies
15
15
 
16
+ ## [0.3.4] - 2025-09-29
17
+
18
+ ### Changed
19
+ - **Version Synchronization**: Updated version to maintain consistency with `propel_api` 0.3.4. No functional changes in this release.
20
+
16
21
  ## [0.3.3] - 2025-01-XX
17
22
 
18
23
  ### 🔧 Version Synchronization
@@ -1,3 +1,3 @@
1
1
  module PropelAuthentication
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-18 00:00:00.000000000 Z
11
+ date: 2025-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails