Skip to content

Commit

Permalink
af: Release af-v1.3.0 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Oct 27, 2023
1 parent 8eab17c commit f81dc2e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions auth0_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [af-v1.3.0](https://github.com/auth0/auth0-flutter/tree/af-v1.3.0) (2023-10-27)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.2.1...af-v1.3.0)

**Changed**
- Lock Auth0.Android version to avoid dynamic versioning [\#311](https://github.com/auth0/auth0-flutter/pull/311) ([poovamraj](https://github.com/poovamraj))
- Add namespace to build.gradle [\#290](https://github.com/auth0/auth0-flutter/pull/290) ([poovamraj](https://github.com/poovamraj))
- af: Pin Auth0.swift and its dependencies to last version that supports iOS 12 [\#276](https://github.com/auth0/auth0-flutter/pull/276) ([Widcket](https://github.com/Widcket))

**Fixed**
- Fix access token expiry android [\#315](https://github.com/auth0/auth0-flutter/pull/315) ([poovamraj](https://github.com/poovamraj))
- af: Use Application Context for Credentials Manager [\#289](https://github.com/auth0/auth0-flutter/pull/289) ([poovamraj](https://github.com/poovamraj))

## [v1.2.1](https://github.com/auth0/auth0-flutter/tree/v1.2.1) (2023-06-06)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.2.0...v1.2.1)

Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/ios/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'auth0_flutter'
s.version = '1.2.1'
s.version = '1.3.0'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android and iOS apps.'
s.homepage = 'https://auth0.com'
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String version = '1.2.1';
const String version = '1.3.0';
2 changes: 1 addition & 1 deletion auth0_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auth0_flutter
description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps.
version: 1.2.1
version: 1.3.0
homepage: https://github.com/auth0/auth0-flutter

environment:
Expand Down

0 comments on commit f81dc2e

Please sign in to comment.