propel_authentication 0.2.0 → 0.2.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: 22860db42c802dc6a34029c311149badcf95f0b9c54a2f83767bf4c2f1c62618
4
- data.tar.gz: 30c016587b4500344ad0a6a95feeef37a12cee54a7addd4f912c67fc5b8f4ca3
3
+ metadata.gz: fe981d749ba64d0aa104260e84cc38ed6cb6db9b188d2c93bcb4e3e4d6bed5a1
4
+ data.tar.gz: 216d7dfdcf42768a5ec6cc2210d24a4fbda803b80b52ba7a15b2919e735c7cab
5
5
  SHA512:
6
- metadata.gz: 7da4c75f8d12fce6ad7a0686d2ac6fca6146df044e0b8d8bf6f73acb812f851298c270529cb8c9bd6ef10acb992c0a2b62711182ea92caf7deef06bad084d627
7
- data.tar.gz: f94d8b1ec7dfaad482db03aff177dee93af78ef132bd89634af780044f5907f0aa95afe96971540af058f364dfaf4b410f1aaca02311b0b51970b0d83ff6fbf6
6
+ metadata.gz: f4dc4ca6bccb99b215311666d7d053d06e8450c428ae6b5f60ecaa0b1d93dfc9f9b59c15634804d4cdc7911d0a26adff7ef9780b1569303dbbe2d748a967e35f
7
+ data.tar.gz: 28012ada14d8f32e24f4dcde2dc26212a1ab2d838bcfdb5b1ff0ba2c08ee03bbaa499e611b04cdd9b954788ed0477d8d92facfe7fa252ebd759efafc1a5f0230
data/CHANGELOG.md CHANGED
@@ -13,6 +13,14 @@ 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.2.1] - 2025-01-14
17
+
18
+ ### Changed
19
+ - **Version synchronization**: Released alongside PropelFacets 0.2.1 and PropelApi 0.2.1
20
+ - Maintains version consistency across the Propel framework ecosystem
21
+ - Ensures compatibility with PropelFacets generator fix for `for_organization` scope
22
+ - No functional changes in this release
23
+
16
24
  ## [0.2.0] - 2025-09-02
17
25
 
18
26
  ### BREAKING CHANGES
@@ -1,3 +1,3 @@
1
1
  module PropelAuthentication
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team