diff --git a/.tito/packages/faf b/.tito/packages/faf index cd2287ac..b05f5b28 100644 --- a/.tito/packages/faf +++ b/.tito/packages/faf @@ -1 +1 @@ -2.4.0 ./ +2.5.0 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9adaee..ab1373f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [2.5.0] - 2021-10-18 ### Changed - The `faf pull-components` action no longer adds new components for EOL releases @@ -231,7 +233,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Complete rewrite of core and web parts of faf -[Unreleased]: https://github.com/abrt/faf/compare/2.4.0...HEAD +[Unreleased]: https://github.com/abrt/faf/compare/2.5.0...HEAD +[2.5.0]: https://github.com/abrt/faf/compare/2.5.0...2.4.0 [2.4.0]: https://github.com/abrt/faf/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/abrt/faf/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/abrt/faf/compare/2.1.1...2.2.0 diff --git a/configure.ac b/configure.ac index 6b42d01c..c255efcc 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_DEFUN([FAF_PARSE_WITH], fi m4_popdef([FAF_UC_PACKAGE])]) -m4_define([faf_version], [2.4.0]) +m4_define([faf_version], [2.5.0]) AC_INIT([faf], [faf_version], diff --git a/faf.spec b/faf.spec index 0a2d78ce..3cae5fd9 100644 --- a/faf.spec +++ b/faf.spec @@ -1,5 +1,5 @@ Name: faf -Version: 2.4.0 +Version: 2.5.0 Release: 1%{?dist} Summary: Software Problem Analysis Tool License: GPLv3+