From 8eda3540917f067530227b12f7fac8a2d1afa249 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Tue, 31 Aug 2021 08:37:46 -0700 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 4 +++- ConfigurePodspec.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c261a1b3..5211d134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.5.0...HEAD) +## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.6.0...HEAD) + +## [0.6.0](https://github.com/airbnb/epoxy-ios/compare/0.4.0...0.5.0) - 2021-08-31 ### Added diff --git a/ConfigurePodspec.rb b/ConfigurePodspec.rb index 4f291bf6..8361998f 100644 --- a/ConfigurePodspec.rb +++ b/ConfigurePodspec.rb @@ -3,7 +3,7 @@ def configure(spec:, name:, summary:, local_deps: []) # The shared CocoaPods version number for Epoxy. # # Change this constant to increment the Podspec version for all Epoxy Podspecs from a single place. - version = '0.5.0' + version = '0.6.0' spec.name = name spec.summary = summary