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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/propel_authentication.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe981d749ba64d0aa104260e84cc38ed6cb6db9b188d2c93bcb4e3e4d6bed5a1
|
4
|
+
data.tar.gz: 216d7dfdcf42768a5ec6cc2210d24a4fbda803b80b52ba7a15b2919e735c7cab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|