From a08e11ac34baad8fc7379d60289cf1fa9a8bff27 Mon Sep 17 00:00:00 2001 From: fdreal Date: Mon, 23 Jul 2018 10:24:41 -0300 Subject: [PATCH] [ci deploy] Release 5.0.0 --- CHANGELOG.md | 13 ++++++++++++- MLUI.podspec | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbf8e7..658cfec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -# Sin Publicar +# v5.0.0 +### Agregado +- Soporte para configurar el autocorrection type a los titled text fields + +### Cambiado +- Condiciones de nullability de los titled text fields + +# v4.2.0 +### Agregado +- Implementacion de isEqual para MLButtonConfig + +# v4.1.0 ### Cambiado - Modificaion de firmas de NSAttributeString+Html para soportar swift diff --git a/MLUI.podspec b/MLUI.podspec index d52737d..6e11977 100644 --- a/MLUI.podspec +++ b/MLUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MLUI" - s.version = "4.0.0" + s.version = "5.0.0" s.summary = "MercadoLibre mobile ios UI components" s.homepage = "https://github.com/mercadolibre" s.license = "Apache License, Version 2.0"